WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 35125
47224
[Qt] No way to highlight elements
https://bugs.webkit.org/show_bug.cgi?id=47224
Summary
[Qt] No way to highlight elements
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug