Bug 113776 - Web Inspector: source location gets frozen after inspector reload
Summary: Web Inspector: source location gets frozen after inspector reload
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 Lushnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 06:47 PDT by Andrey Lushnikov
Modified: 2013-04-02 07:56 PDT (History)
9 users (show)

See Also:


Attachments
Patch (6.26 KB, patch)
2013-04-02 07:05 PDT, Andrey Lushnikov
no flags Details | Formatted Diff | Diff
Patch (3.05 KB, patch)
2013-04-02 07:26 PDT, Andrey Lushnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Lushnikov 2013-04-02 06:47:50 PDT
Step-by-step:
1. Open source code, put cursor inside so that source location is displayed in status bar
2. Hit Ctrl-R and wait until editor gets loaded again
3. Observe Source location not getting updates any more.
Comment 1 Andrey Lushnikov 2013-04-02 07:05:10 PDT
Created attachment 196132 [details]
Patch
Comment 2 Pavel Feldman 2013-04-02 07:10:54 PDT
Comment on attachment 196132 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=196132&action=review

> Source/WebCore/inspector/front-end/ScriptsPanel.js:424
> +        this.updateStatusBarItems();

Scripts panel is entirely capable doing it on its own.
Comment 3 Andrey Lushnikov 2013-04-02 07:26:46 PDT
Created attachment 196135 [details]
Patch
Comment 4 WebKit Review Bot 2013-04-02 07:56:29 PDT
Comment on attachment 196135 [details]
Patch

Clearing flags on attachment: 196135

Committed r147433: <http://trac.webkit.org/changeset/147433>
Comment 5 WebKit Review Bot 2013-04-02 07:56:32 PDT
All reviewed patches have been landed.  Closing bug.