Bug 156594 - <select multiple>: ASSERTION FAILED: !listItems().size() || m_activeSelectionAnchorIndex >= 0
Summary: <select multiple>: ASSERTION FAILED: !listItems().size() || m_activeSelection...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-14 13:43 PDT by Myles C. Maxfield
Modified: 2023-05-31 17:08 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?