[Webkit-unassigned] [Bug 44731] Extra Events triggered by <input> on focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 27 14:27:26 PDT 2010


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





--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org>  2010-08-27 14:27:26 PST ---
Okay, all calls to FocusController::setFocusedNode(n) and Document::setFocusedNode(n) may return with the focus node not being (n). Document::setFocusedNode returns false in this case. FocusController::setFocusedNode may return true in this case. But both are commonly used without checking their return value, and I think FocusController's return value is wrong in the above cases.

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