[webkit-reviews] review granted: [Bug 54675] Web Inspector: highlighted line does not span horizonally in scripts panel while debugging. : [Attachment 84400] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 05:10:21 PST 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Adaikin
<aandrey at google.com>'s request for review:
Bug 54675: Web Inspector: highlighted line does not span horizonally in scripts
panel while debugging.
https://bugs.webkit.org/show_bug.cgi?id=54675

Attachment 84400: Patch
https://bugs.webkit.org/attachment.cgi?id=84400&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
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?


More information about the webkit-reviews mailing list