[Webkit-unassigned] [Bug 47567] New: Wrong ASSERT when select element has size 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 18:44:14 PDT 2010


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

           Summary: Wrong ASSERT when select element has size 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


When clicking on a select element and then hitting up or down arrow key, an ASSERT is hit in SelectElement::listBoxDefaultEventHandler().
The ASSERT has wrong assumption and should be fixed. 

ASSERT_UNUSED(listItems, endIndex >= 0 && (unsigned) endIndex < listItems.size());

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