[wp-trac] [WordPress Trac] #17051: Fix issue with status => reviewing in Firefox
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 5 08:51:50 UTC 2011
#17051: Fix issue with status => reviewing in Firefox
--------------------------------+----------------------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: WordPress.org
Component: WordPress.org site | Version:
Severity: normal | Resolution:
Keywords: |
--------------------------------+----------------------------
Comment (by nacin):
Alright. So it's a bug in Firefox's autocomplete implementation. This
helps to explain why the ordering of the buttons was affecting whether the
bug could be reproduced.
It's described here, in a post sadly written in 2008:
http://www.ryancramer.com/journal/entries/radio_buttons_firefox/.
Dynamically generated form inputs that are added before radio buttons end
up screwing with the radio buttons when autocomplete kicks in.
I'll be getting this code pushed today:
{{{
$.browser.mozilla && $('#action input:radio').each( function() {
this.checked = this.defaultChecked;
});
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17051#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list