[Webkit-unassigned] [Bug 40197] Enhance the hit testing to take a rectangle instead of a point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 14:23:53 PDT 2010


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


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #11 from Dave Hyatt <hyatt at apple.com>  2010-06-10 14:23:50 PST ---
I like the point padding approach (Grace's patch), mainly because it's very minimally intrusive, and it lets the code read in such a way that someone just looking at point-based hit testing doesn't get confused by the "area' terminology.

Both patches seem to be using Vector node lists to collect the nodes.  It seems like a HashSet would be better to avoid crawling the list looking for the Node before adding 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