Bug 56183 - Web Inspector: REGRESSION: Messed up with the tabIndex for text editor
Summary: Web Inspector: REGRESSION: Messed up with the tabIndex for text editor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 06:15 PST by Andrey Adaikin
Modified: 2011-03-14 05:11 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.17 KB, patch)
2011-03-11 06:17 PST, Andrey Adaikin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Adaikin 2011-03-11 06:15:26 PST
We should have tabIndex="0" set even in readOnly mode, so that navigation via keyboard (up, down, PgUp, PgDown and etc.) should work. Otherwise, it looses the focus after a change in the DOM, and navigation stops working.

Also, the console should be opening/closing on pressing the ESC button when in readOnly mode.
Comment 1 Andrey Adaikin 2011-03-11 06:17:03 PST
Created attachment 85466 [details]
Patch
Comment 2 Pavel Podivilov 2011-03-14 05:11:45 PDT
Comment on attachment 85466 [details]
Patch

Clearing flags on attachment: 85466

Committed r81017: <http://trac.webkit.org/changeset/81017>
Comment 3 Pavel Podivilov 2011-03-14 05:11:53 PDT
All reviewed patches have been landed.  Closing bug.