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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 19:48:20 PDT 2010


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





--- Comment #2 from doum-ti-di-li-doom <duke_the_killer at hotmail.com>  2010-10-05 19:48:21 PST ---
Inconsistency is bad

An element keeps its focus after being hidden
But a hidden element cannot gain focus

In fact, Internet Explorer is like Firefox when you set style.display="none" (I was reporting the bug with that demo)

To recap:
http://xirc.chez.com/ie9-focus-1.html (focus then style.display)
Allowed by Opera / Safari

http://xirc.chez.com/ie9-focus-2.html (focus then className)
Allowed by Opera / Safari / Internet Explorer

http://xirc.chez.com/ie9-focus-3.html (style.display then focus)
Allowed by Opera

http://xirc.chez.com/ie9-focus-4.html (className then focus)
Allowed by Opera

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