[Webkit-unassigned] [Bug 14268] REGRESSION: Radio buttons don't stay selected due to unclosed <label> tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 18:34:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14268





------- Comment #11 from ian at hixie.ch  2007-08-07 18:34 PDT -------
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%3Cbody%3E%3Cform%3E%3Cdiv%3E%0A%3Cinput%20name%3D%22chkPlan%22%20type%3D%22radio%22%20id%3D%22economy_1%22%3E%3Clabel%20for%3D%22economy_1%22%3E%20a%0A%3Cinput%20name%3D%22chkPlan%22%20type%3D%22radio%22%20id%3D%22economy_6%22%3E%3Clabel%20for%3D%22economy_6%22%3E%20b%0A%3Cinput%20name%3D%22chkPlan%22%20type%3D%22radio%22%20id%3D%22economy_12%22%3E%3Clabel%20for%3D%22economy_12%22%3E%20c%0A%3Cinput%20name%3D%22chkPlan%22%20type%3D%22radio%22%20id%3D%22economy_24%22%3E%3Clabel%20for%3D%22economy_24%22%3E%20d%0A%3C/div%3E%3C/form%3E

Safari parses it just like IE. The problem is that Safari runs the activation
behaviour for all the things through which the event bubbles, not just the
innermost one.


-- 
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