[Webkit-unassigned] [Bug 139481] ASSERTION FAILED: m_isValid == valid() in WebCore::HTMLFormControlElement::isValidFormControlElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 09:06:40 PST 2014


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

--- Comment #1 from Darin Adler <darin at apple.com> ---
The way this should have worked is that parsing the node should have called parseAttribute for requiredAttr, which should have called requiredAttributeChanged, which called updateValidity, which set m_isValid to the result of valid(). Since that time, nothing should have made m_isValid get out of sync with the result of valid().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141210/29fad9d3/attachment-0002.html>


More information about the webkit-unassigned mailing list