https://bugzilla.wikimedia.org/show_bug.cgi?id=28945
Michael M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Michael M. <[email protected]> 2011-05-21 07:29:14 UTC --- This fixes the accesskey issue but not the problem with enter key. After some test I must be a bit more precise: Submitting the form on enter key is a Firefox/Internet Explorer specific behavior, Opera and Konqueror do nothing when the radio buttons have the focus and you press enter. Adding an explicit event handler for keydown (or keypress or keyup) for the radio buttons should solve this. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
