[Webkit-unassigned] [Bug 6942] New: Assertion failure in HTMLSelectElementImpl::selectedIndex (m_multiple)

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jan 30 14:13:02 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6942

           Summary: Assertion failure in
                    HTMLSelectElementImpl::selectedIndex (m_multiple)
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://bugzilla.opendarwin.org/enter_bug.cgi?product=Web
                    Kit
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML Forms
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: opendarwin.org at mitzpettel.com


The assert at the end of HTMLSelectElementImpl::selectedIndex fails when no
item is selected. It went unnoticed before because it was a Q_ASSERT, but in
r12471 it was changed to an ASSERT.
Anyway, it is bogus since -1 is the correct value to return when no option is
selected.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list