Bug 71363

Summary: Web Inspector: Popover does not disappear, causes debugger failure.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, caseq, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

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>