[Webkit-unassigned] [Bug 40338] display:none element should not retain focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 23:56:48 PDT 2011


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


Kaustubh Atrawalkar <kaustubh at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kaustubh at motorola.com




--- Comment #2 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2011-09-06 23:56:48 PST ---
here the issue seems to be cancelFocusAppearenceUpdate() call. Which does remove the focus appearance but does not set the focus back to 0. The current usage of this call is only in focus() & detach() calls in Element.cpp. We can add setFocus(0) in this function definition to avoid retaining of the focus after display:none.

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