RESOLVED FIXED 71363
Web Inspector: Popover does not disappear, causes debugger failure.
https://bugs.webkit.org/show_bug.cgi?id=71363
Summary Web Inspector: Popover does not disappear, causes debugger failure.
Vsevolod Vlasov
Reported 2011-11-02 07:16:49 PDT
Popover does not disappear, causes debugger failure. Steps to reproduce: 1) Make debugger pause on the breakpoint 2) Hover mouse to open popover 3) press F11 (step into). Popover does not disappear, causing inspector failure when stepping into a function causes switching to another script.
Attachments
Patch (2.47 KB, patch)
2012-01-18 00:45 PST, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-01-18 00:45:56 PST
Vsevolod Vlasov
Comment 2 2012-01-18 02:03:37 PST
Comment on attachment 122882 [details] Patch Looks good as a workaround for this very annoying bug.
Vsevolod Vlasov
Comment 3 2012-01-18 02:04:33 PST
Comment on attachment 122882 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=122882&action=review > Source/WebCore/inspector/front-end/JavaScriptSourceFrame.js:313 > + // the case when highlight element is detached from DOM by the TextViewer when re-building the DOM. Could you please file a bug for this FIXME?
Andrey Kosyakov
Comment 4 2012-01-18 02:15:53 PST
Andrey Kosyakov
Comment 5 2012-01-18 04:47:25 PST
Note You need to log in before you can comment on or make changes to this bug.