[Webkit-unassigned] [Bug 31032] "ignoreAutoFocus" flag is never set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 14 11:58:46 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31032





--- Comment #7 from Darin Adler <darin at apple.com>  2009-11-14 11:58:45 PST ---
Another important test case is to put an element in the document, make it the
one that should be autofocused, then force renderers to be created (or whatever
triggers setting the document's pointer to the node), then remove the node.

Does the engine incorrectly try to focus the node that is now no longer in the
document in that case? With the current code I believe it would, because
nothing ever clears the node from the document data member.

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