Bug 156594
Summary: | <select multiple>: ASSERTION FAILED: !listItems().size() || m_activeSelectionAnchorIndex >= 0 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, akeerthi, annevk, rniwa |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=128489 |
Myles C. Maxfield
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Fixed in this commit by Blink: https://src.chromium.org/viewvc/blink?view=revision&revision=186781
Ahmad Saleem
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?
Anne van Kesteren
Generally we should only apply patches that make a meaningful difference.