[Webkit-unassigned] [Bug 16337] REGRESSION: A radio button without a name cannot be triggered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 8 09:11:52 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=16337
------- Comment #3 from rwlbuis at gmail.com 2007-12-08 09:11 PDT -------
It seems this is done for winIE compability, see line 1047 of HTMLInputElement:
1047 return 0; // Match WinIE and don't allow unnamed radio b
uttons to be checked.
1048 // Checked buttons just stay checked.
See also test fast/forms/radio_checked_name.html.
Cheers,
Rob.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list