User tests: Successful: Unsuccessful:
[19:36] <And_One> ian the problem is that the submit doesn´t occur because the function just add a # to the url
[19:36] <And_One> IE submit works, but FF doesn´t
[19:36] <And_One> there is a simple fix for it
[19:37] <And_One> replace href="#" with href="javascript: void(0)"
[19:40] <And_One> i used the latest nightly build of http://www.firefox64bit.com/
[19:40] @jools Title: Firefox 64-bit (at www.firefox64bit.com)
[19:40] <ian_mac> it only happens in the latest build?
[19:41] <And_One> i just started with the conversion of joomleague 1.5 to joomla 2.5 and stumbled over the problem with my first click on the save button ;)
[19:43] == lisa_s [~Birgit@dslb-088-066-031-105.pools.arcor-ip.net] has joined #joomla
[19:45] == lisa_s [~Birgit@dslb-088-066-031-105.pools.arcor-ip.net] has left #joomla []
[19:45] == ezrafree [ezra@gware/developer/ezrafree] has quit [Quit: [A] as below, so above, and beyond I imagine ..]
[19:46] == Draecos [~Draecos@212.105.160.143] has joined #joomla
[19:48] <And_One> the problem is that if you have a onclick function, the function have to return true or false to prevent the execution of the href="'#" because # is a valid href (anchor)
[19:49] == voidcoder [~psychicis@82-171-102-39.ip.telfort.nl] has quit [Read error: Connection reset by peer]
[19:53] == sun [~sun@drupal.org/user/54136/view] has joined #joomla
[19:54] <ian_mac> file a bug report I guess
[19:54] <ian_mac> shrug
[19:54] <ian_mac> it works on current FF versions AFAIK
[19:58] <And_One> i found a forum topic about the same problem some hours ago but did not saved the link
[19:58] <And_One> he described the same problem
Please create a tracker on joomlacode and, as the patch touches libraries, a pull request to platform.