[Webkit-unassigned] [Bug 55471] New: Form field focus is "lost" when said field has been modified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 1 08:10:23 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55471
Summary: Form field focus is "lost" when said field has been
modified
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://jsfiddle.net/keeto/tqSyy/4/
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andredion at gmail.com
Using the test case here: http://jsfiddle.net/keeto/tqSyy/4/
When the field gets focus, an element is inserted into the DOM before it which causes the field to be pushed down, which in turn causes the field to "lose" focus. No blur event is fired, no typed text shows up in the field, and the field still appears to be in focus (the outline is drawn). Calling .focus() on the text field again has no result. The only way to re-establish focus is for the end-user to manually select the field again.
This bug may be related to https://bugs.webkit.org/show_bug.cgi?id=14366
--
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