WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
76524
Web Inspector: TextViewer should manage highlight used by JavaScriptSourceFrame when displaying a popover
https://bugs.webkit.org/show_bug.cgi?id=76524
Summary
Web Inspector: TextViewer should manage highlight used by JavaScriptSourceFra...
Andrey Kosyakov
Reported
2012-01-18 02:14:55 PST
Currently, JavaScriptSourceFrame._highlightExpression() directly modifiers DOM owned by TextViewer in order to highlight an expression that is used by the Popover. Occasionally, TextViewer may re-create DOM elements used by the highlight, leading to highlight being detached from the DOM tree. The correct approach would be for TextViewer to create and own the highlight. See also
bug 71363
.
Attachments
Add attachment
proposed patch, testcase, etc.
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