[Webkit-unassigned] [Bug 54675] Web Inspector: highlighted line does not span horizonally in scripts panel while debugging.

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


https://bugs.webkit.org/show_bug.cgi?id=54675


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84400|review?                     |review+
               Flag|                            |




--- Comment #3 from Pavel Feldman <pfeldman at chromium.org>  2011-03-02 05:10:22 PST ---
(From update of attachment 84400)
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?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list