[Webkit-unassigned] [Bug 7647] Crash when typing into text contols

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Mar 7 15:02:57 PST 2006


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


sullivan at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adele at apple.com
             Status|NEW                         |ASSIGNED




------- Comment #2 from sullivan at apple.com  2006-03-07 15:02 PDT -------
I've now built tip of tree WebCore/WebKit/Safari, and I cannot reproduce this
problem in the text field at http://www.google.com.

I see from Eric's backtrace that the assertion that's failing is:

    ASSERT([element _isTextField]);

The method -[DOMHTMLInputElement _isTextField] is implemented in DOMHTML.mm in
WebCore. It checks the type of an input element against the list of types that
represent text fields. So either the element is nil, or there's some funky
unexpected type set on this element.

Maybe Eric is seeing this instead of me because he's testing Adele's new
NSView-less text field code somehow?

I'm happy to help clarify this further, but I still don't know how to
reproduce.


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