[Webkit-unassigned] [Bug 23557] Allow hit testing of page content without clipping to visible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 27 09:18:51 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23557
------- Comment #11 from simon.fraser at apple.com 2009-01-27 09:18 PDT -------
Actually elementFromPoint takes "client" (viewport) coords, so only finds
things that are visible. Darn.
Please update the patch to include a change to the WebCore.base.exp file for
Mac, like:
__ZN7WebCore12EventHandler14scrollOverflowENS_15ScrollDirectionENS_17ScrollGranu
__ZN7WebCore12EventHandler20handleTextInputEventERKNS_6StringEPNS_5EventEbb
-__ZN7WebCore12EventHandler20hitTestResultAtPointERKNS_8IntPointEb
+__ZN7WebCore12EventHandler20hitTestResultAtPointERKNS_8IntPointEbb
__ZN7WebCore12EventHandler20sendContextMenuEventERKNS_18PlatformMouseEventE
and file another bug for the 'bool' cleanup.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list