Bug 156594

Summary: <select multiple>: ASSERTION FAILED: !listItems().size() || m_activeSelectionAnchorIndex >= 0
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, akeerthi, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=128489

Description Myles C. Maxfield 2016-04-14 13:43:49 PDT
Create a <select multiple> with substantial padding and many <options> inside of it. Build a debug build of WebKit, and click around a lot in the <select multiple>. Crash.
Comment 1 Ahmad Saleem 2023-05-31 07:19:24 PDT
Fixed in this commit by Blink: https://src.chromium.org/viewvc/blink?view=revision&revision=186781
Comment 2 Ahmad Saleem 2023-05-31 17:08:08 PDT
NOTE - we already have tested imported for the following blink patch but patch itself is not applied, so we are not crashing but this assertion failure was fixed by this commit itself.

Is it good to apply patch or we can just ignore it and close this bug since we are not hitting this assertion anymore?