[Webkit-unassigned] [Bug 73738] Question related with HitTest.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 17:31:57 PST 2011


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





--- Comment #7 from KwangHyuk <hyuki.kim at samsung.com>  2011-12-05 17:31:57 PST ---
(In reply to comment #6)
> The hit testing looks correct to me. The <label> is position: absolute, so paints (and hit-tests) in front of the form field.

Yes, this is the thing that I have found after the code review. :)
In fact, my question is why webkit is not considering focused node when it does hit testing.

IMO, If input field has focus and event occurs over input field area, user may want to get a hit test result for the input field although label is covered some of input field area.

What do you think of it ?

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