[Webkit-unassigned] [Bug 85527] [Qt][WK2] ASSERT failure when selecting an item from a multi-selection list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 11:48:35 PDT 2012


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





--- Comment #1 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-05-03 11:48:34 PST ---
Multi-select lists has an invalid selectedIndex(-1). In PopupMenuItemModel::select, attempt to m_items[oldIndex] with oldIndex = m_selectedModelIndex = -1 results in the assertion.

Current implementation supports only single selection list and hence shouldn't even display the selection list.

-- 
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