[Webkit-unassigned] [Bug 87341] New: QWebHitTestResult::element behavior different from InspectorDOMAgent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 23 22:16:14 PDT 2012


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

           Summary: QWebHitTestResult::element behavior different from
                    InspectorDOMAgent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jflatow at gmail.com


When trying to access an element via a 'hit test' through the Qt bindings, there is no way to get the same behavior as with the normal WebKit inspector. An empty hit result is returned if the hit element is not an element node, whereas webkit would access the parent node in this case. The attached patch addresses this discrepancy.

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