Bug 47224

Summary: [Qt] No way to highlight elements
Product: WebKit Reporter: Eugene Ostroukhov <eostroukhov>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Enhancement    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Eugene Ostroukhov
Reported 2010-10-05 15:53:34 PDT
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?
Attachments
Eugene Ostroukhov
Comment 1 2010-12-21 11:27:13 PST
*** This bug has been marked as a duplicate of bug 35125 ***
Note You need to log in before you can comment on or make changes to this bug.