[Webkit-unassigned] [Bug 155720] validity assertion fails after removing a child of an <optgroup> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 21:58:14 PDT 2016


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ASSERTION FAILED: m_isValid |validity assertion fails
                   |== valid() in               |after removing a child of
                   |WebCore::HTMLFormControlEle |an <optgroup> element
                   |ment::isValidFormControlEle |
                   |ment                        |

--- Comment #1 from Darin Adler <darin at apple.com> ---
The bug here is that all calls to setRecalcListItems also need to call updateValidity and the one in HTMLOptGroupElement::recalcSelectOptions does not. Easy to fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160323/30e06981/attachment.html>


More information about the webkit-unassigned mailing list