Bug 54675

Summary: Web Inspector: highlighted line does not span horizonally in scripts panel while debugging.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aandrey, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Pavel Feldman
Reported 2011-02-17 11:02:59 PST
1. Load a script with horizontal scrollbar 2. Set breakpoint 3. Stop on breakpoint 4. Move scroller Expected - highlighted bar spans Actual - trimmed.
Attachments
Patch (13.26 KB, patch)
2011-03-02 04:45 PST, Andrey Adaikin
no flags
Patch (13.31 KB, patch)
2011-03-02 05:15 PST, Andrey Adaikin
no flags
Yury Semikhatsky
Comment 1 2011-02-17 11:11:18 PST
The same issue with error highlights.
Andrey Adaikin
Comment 2 2011-03-02 04:45:29 PST
Pavel Feldman
Comment 3 2011-03-02 05:10:22 PST
Comment on attachment 84400 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=84400&action=review > Source/WebCore/inspector/front-end/TextViewer.js:684 > + this._container.tabIndex = 0; tabIndex is used to make element focusable so that it could receive keyboard input events. Do you need it for both components?
Andrey Adaikin
Comment 4 2011-03-02 05:15:32 PST
Pavel Podivilov
Comment 5 2011-03-02 05:46:17 PST
Comment on attachment 84405 [details] Patch Clearing flags on attachment: 84405 Committed r80119: <http://trac.webkit.org/changeset/80119>
Pavel Podivilov
Comment 6 2011-03-02 05:46:26 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.