[Webkit-unassigned] [Bug 74911] Validity is not updated when a checked radio button is detached from the group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 21:45:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74911





--- Comment #1 from Kent Tamura <tkent at chromium.org>  2011-12-19 21:45:54 PST ---
(In reply to comment #0)
> The element 'radio1' is valid ($('radio1').validity.valid == true).  If the element 'radio2' is detached from the renderer tree or removed from the DOM tree, the validity of 'radio1' should be changed to false.

Oops, it seems that there is no problem in a case of "removed from the DOM tree".
I saw the problem when $('radio2').style.display = 'none'.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list