Bug 93357 - Web Inspector: Typing backslash in Console traverses the panel history when using German keyboard layout
Summary: Web Inspector: Typing backslash in Console traverses the panel history when u...
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: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 05:24 PDT by Alexander Pavlov (apavlov)
Modified: 2012-08-07 08:40 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2012-08-07 08:03 PDT, Alexander Pavlov (apavlov)
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-08-07 05:24:33 PDT
What steps will reproduce the problem?
1. Open Chrome Developer tools and open a tab other than Console
2. Switch to Console tab
3. Enter "\" (German keyboard layout)

What is the expected result?
"\" appears in Console und I stay on the console tab

What happens instead?
"\" appears in Console but I'm redirected to the last tab before I changed to the Console tab.
Comment 1 Alexander Pavlov (apavlov) 2012-08-07 08:03:06 PDT
Created attachment 156941 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-08-07 08:40:32 PDT
Committed r124893: <http://trac.webkit.org/changeset/124893>