[Webkit-unassigned] [Bug 47182] Focus remains on hidden element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 00:14:12 PDT 2011


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


Kaustubh Atrawalkar <kaustubh at motorola.com> changed:

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




--- Comment #4 from Kaustubh Atrawalkar <kaustubh at motorola.com>  2011-09-08 00:14:12 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. Element::blur() does the same thing, which we might able to use here.

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