[Webkit-unassigned] [Bug 12149] REGRESSION: Username field on login.yahoo.com gets focus ring but not focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 7 11:44:26 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12149





------- Comment #3 from pewtermoose at gmail.com  2007-01-07 11:44 PDT -------
The issue seems to be with linked CSS and inline Javascript.

If a page links to an external CSS file, then calls focus on a form from within
the <body>, it gets focus but no caret.  The external CSS file doesn't need to
exist or even be specified for this to happen - just so long as <link
rel="stylesheet"> or <style>@import "";</style> is there.

The focus also needs to be called from within the body, not from an event
handler.  I've also verified that this is the same issue on Facebook.


-- 
Configure bugmail: http://bugs.webkit.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