[Webkit-unassigned] [Bug 47224] New: [Qt] No way to highlight elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 15:53:34 PDT 2010


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

           Summary: [Qt] No way to highlight elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eostroukhov at gmail.com


I would like to implement some sort of element highlighting. You can see it in other browsers when they highlight elements when you hover them in web inspector. Qt has stubs for this functionality:

void InspectorClientQt::highlight(Node*)
{
    notImplemented();
}

void InspectorClientQt::hideHighlight()
{
    notImplemented();
}

It would be interesting for me to implement this - but I am not sure where to start. Would it be feasible to add another layer (QWebFrame::HighlightLayer) to QWebFrame and paint the highlight in QWebFramePrivate::renderRelativeCoords?

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