[Webkit-unassigned] [Bug 82604] New: [Qt][WK2] TapHighlight: Inconsistent behavior when trying to (tap)highlight a node in an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 06:07:38 PDT 2012


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

           Summary: [Qt][WK2] TapHighlight: Inconsistent behavior when
                    trying to (tap)highlight a node in an iframe
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zbujtas at gmail.com


with the code below, hitTestResultAtPoint() finds a node to highlight, but GestureTapHighlighter::pathForNodeHighlight(node) return with empty path. They should be consistent.

<html><body><iframe src='data:text/html,<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><body style="margin: 0px;"></body>        </html>'></iframe></body></html>

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