Bug 86955
Summary: | Web Inspector: Cannot type ] on French keyboards | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cem Kocagil <cem.kocagil+webkit> |
Component: | Web Inspector (Deprecated) | Assignee: | Alexander Pavlov (apavlov) <apavlov> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, vsevik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 85312 |
Cem Kocagil
Using the AltGr+")" combination to type "]" on French keyboards does not work, it instead goes back to the previous page in panels history.
This problem is that the "[" key on US keyboards and the ")" key on French keyboards have the same virtual keycode (VK_OEM_4 0xDB).
See http://trac.webkit.org/browser/trunk/Source/WebCore/inspector/front-end/InspectorView.js?rev=112539#L93
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
This bug is a part of bug 85312.
*** This bug has been marked as a duplicate of bug 85312 ***