[Webkit-unassigned] [Bug 118591] ASSERTION FAILED: !listItems().size() || m_activeSelectionAnchorIndex >= 0 in WebCore::HTMLSelectElement::updateListBoxSelection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 13 11:41:23 PDT 2013


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


Santosh Mahto <santosh.ma at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |santosh.ma at samsung.com




--- Comment #3 from Santosh Mahto <santosh.ma at samsung.com>  2013-07-13 11:43:35 PST ---
crash is happening becasue we are trying to  call updateListBoxSelection
even if the selection index are not valid i.e -1

its becasue the select element contain the disabled option element
so the m_activeSelectionActiveIndex  will be -1 when we call updateListBoxSelection

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