[Webkit-unassigned] [Bug 29241] focus is not automatically blured after element hide

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 31 08:22:01 PDT 2013


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





--- Comment #8 from Darin Adler <darin at apple.com>  2013-08-31 08:21:22 PST ---
(In reply to comment #7)
> I'm not sure t how layout could affect the focus state, do you mean setting width:0px || height:0px to an element should unfocus it?

Read HTMLFormControlElement::isFocusable, for example. It checks the renderer’s size. I am not an expressing an opinion about whether it should do that or not. But it does. And if we haven’t done layout, we can’t check a renderer’s size.

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