[Webkit-unassigned] [Bug 205223] New: Add release assert for selectedIndex in WebKit::WebPopupMenu::show()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 13 16:05:13 PST 2019


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

            Bug ID: 205223
           Summary: Add release assert for selectedIndex in
                    WebKit::WebPopupMenu::show()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: cdumez at apple.com

Add release assert for selectedIndex in WebKit::WebPopupMenu::show().

The WebCore::RenderMenuList::showPopup() derives selectedIndex from the render tree, while WebKit::WebPopupMenu::show() calls WebKit::WebPopupMenu::populateItems() which uses the DOM via WebCore::HTMLSelectElement::listItems() which may call WebCore::HTMLSelectElement::recalcListItems().

-- 
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/20191214/3455995a/attachment.htm>


More information about the webkit-unassigned mailing list