[Webkit-unassigned] [Bug 23557] New: Allow hit testing of page content without clipping to visible
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 26 15:46:47 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23557
Summary: Allow hit testing of page content without clipping to
visible
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: treat at kde.org
Currently all hit testing clips the test to the visible content of the frame.
QWebFrame::hitTestContent should not clip to the visible content, rather it
should return the hit test result regardless of the currently visible viewport.
This patch adds a simple option that allows performing hit tests without
clipping it to the visible viewport.
--
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