RESOLVED FIXED Bug 62860
Web Inspector: Highlighting broken while navigating the tabs
https://bugs.webkit.org/show_bug.cgi?id=62860
Summary Web Inspector: Highlighting broken while navigating the tabs
Andrey Adaikin
Reported 2011-06-17 06:35:00 PDT
1. Go to a web page, open the DevTools on the Console tab 2. Hit refresh (Ctrl+F5) on the console tab 3. Go to the scripts tab, and observe the script is not highlighted NOTE: This bug exists on Chrome 14.0.795.0 (Developer Build 4a50d71), but not in Chrome 13.0.782.15 (Official Build 88529) dev.
Attachments
Patch. (1.17 KB, patch)
2011-06-27 02:22 PDT, Pavel Podivilov
pfeldman: review+
Andrey Adaikin
Comment 1 2011-06-17 06:58:37 PDT
Updated steps to repro: 1. Go to a web page, open the DevTools on the Scripts tab 2. Open console by pressing the ESC button 3. Go to Console tab 4. Hit refresh (Ctrl+F5) on the Console tab 5. Go to the Scripts tab, and observe that the script is not highlighted
Andrey Adaikin
Comment 2 2011-06-17 07:01:45 PDT
I remember I fixed the very same bug here: http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end/inspector.js#L1195 but somebody added this code snippet before it: if (!panel.canShowAnchorLocation(anchor)) return false; thus I guess the bug appeared again.
Andrey Adaikin
Comment 3 2011-06-17 08:02:54 PDT
And there should be no horizontal scroll in the Scripts panel bar to repro this bug.
Pavel Podivilov
Comment 4 2011-06-17 10:25:20 PDT
(In reply to comment #2) > I remember I fixed the very same bug here: > http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end/inspector.js#L1195 > > but somebody added this code snippet before it: > > if (!panel.canShowAnchorLocation(anchor)) > return false; > > thus I guess the bug appeared again. It's unrelated since you don't click on the link in your scenario, you just switch tabs. I think this bug was there for a very long time.
Andrey Adaikin
Comment 5 2011-06-17 10:45:01 PDT
Yes, you right. Then the this.drawer.immediatelyFinishAnimation() call should be removed from there, and added to the place where you switch the panels.
Pavel Podivilov
Comment 6 2011-06-27 02:22:51 PDT
Pavel Podivilov
Comment 7 2011-06-30 01:31:25 PDT
Note You need to log in before you can comment on or make changes to this bug.