[Webkit-unassigned] [Bug 86974] [Qt][Wk2] Assertion failure when selecting an option in select list with size attribute greater than one

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 20 16:31:10 PDT 2012


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





--- Comment #1 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-05-20 16:30:15 PST ---
Select list with size attribute value of greater than one and no option pre-selected will not have any option in selected state initially. This will cause m_selectedModelIndex to be -1. On selecting an option from the list will result in accessing an item from the list of options with this invalid index resulting in the assertion.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list