WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
54675
Web Inspector: highlighted line does not span horizonally in scripts panel while debugging.
https://bugs.webkit.org/show_bug.cgi?id=54675
Summary
Web Inspector: highlighted line does not span horizonally in scripts panel wh...
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
Details
Formatted Diff
Diff
Patch
(13.31 KB, patch)
2011-03-02 05:15 PST
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
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
Created
attachment 84400
[details]
Patch
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
Created
attachment 84405
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug