[Webkit-unassigned] [Bug 8324] REGRESSION: textarea :focus not applied immediately

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Apr 12 07:48:13 PDT 2006


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





------- Comment #1 from opendarwin.org at mitzpettel.com  2006-04-12 07:48 PDT -------
This is a regression from r9935 (Make sure :focus is not matched when the
window is not key). Clicking in the text area makes the WebHTMLView resign as
first responder, which ultimately calls setDisplaysWithFocusAttributes(false),
preventing the focus selector from matching. When the window is made key again,
even though the WebHTMLView is still not first responder, it calls
setDisplaysWithFocusAttributes(true).

I think this can be fixed by implementing formControlIsBecomingFirstResponder
methods like the formControlIsResigningFirstResponder that already exist.


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