Bug 71363 - Web Inspector: Popover does not disappear, causes debugger failure.
Summary: Web Inspector: Popover does not disappear, causes debugger failure.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-02 07:16 PDT by Vsevolod Vlasov
Modified: 2012-01-18 04:47 PST (History)
12 users (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2012-01-18 00:45 PST, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 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.
Comment 1 Andrey Kosyakov 2012-01-18 00:45:56 PST
Created attachment 122882 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-01-18 02:03:37 PST
Comment on attachment 122882 [details]
Patch

Looks good as a workaround for this very annoying bug.
Comment 3 Vsevolod Vlasov 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?
Comment 4 Andrey Kosyakov 2012-01-18 02:15:53 PST
Filed https://bugs.webkit.org/show_bug.cgi?id=76524
Comment 5 Andrey Kosyakov 2012-01-18 04:47:25 PST
Committed r105261: <http://trac.webkit.org/changeset/105261>