1. Load a script with horizontal scrollbar 2. Set breakpoint 3. Stop on breakpoint 4. Move scroller Expected - highlighted bar spans Actual - trimmed.
The same issue with error highlights.
Created attachment 84400 [details] Patch
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?
Created attachment 84405 [details] Patch
Comment on attachment 84405 [details] Patch Clearing flags on attachment: 84405 Committed r80119: <http://trac.webkit.org/changeset/80119>
All reviewed patches have been landed. Closing bug.