Bug 113776

Summary: Web Inspector: source location gets frozen after inspector reload
Product: WebKit Reporter: Andrey Lushnikov <lushnikov>
Component: Web Inspector (Deprecated)Assignee: Andrey Lushnikov <lushnikov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

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.