WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
104250
Web Inspector: [Chromium] Ctrl + ']' "Goto right panel" keyboard shortcut doesn't work
https://bugs.webkit.org/show_bug.cgi?id=104250
Summary
Web Inspector: [Chromium] Ctrl + ']' "Goto right panel" keyboard shortcut doe...
Alexander Pavlov (apavlov)
Reported
2012-12-06 03:52:55 PST
What steps will reproduce the problem? 1. Open up dev tools 2. Press Ctrl + ] 3. Nothing happens What is the expected result? Move to the next tab. What happens instead? Nothing happens. Please provide any additional information below. Attach a screenshot if possible. Using Windows 7. Ctrl + [ seems to work fine for moving to the left, but Ctrl + ] doesn't work when moving to the right. Upstreaming
http://code.google.com/p/chromium/issues/detail?id=163663
. Investigation results: Windows 7 posts a WM_CHAR message upon the Ctrl+] keypress, with the charcode of 29 (ASCII GS, group separator).
Attachments
Patch
(1.63 KB, patch)
2012-12-06 05:32 PST
,
Alexander Pavlov (apavlov)
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2012-12-06 05:32:30 PST
Created
attachment 178001
[details]
Patch
Alexander Pavlov (apavlov)
Comment 2
2012-12-07 06:31:59 PST
Committed
r136950
: <
http://trac.webkit.org/changeset/136950
>
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