Closed
Bug 856054
Opened 12 years ago
Closed 12 years ago
Command+Shift+"[" / "]" no longer switching tabs on mac
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glenjamin+bmo, Assigned: glenjamin+bmo)
References
Details
(Whiteboard: [cz-0.9.90.1])
Attachments
(1 file)
1.23 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
Current behaviour seen in ChatZilla 0.9.90 [Firefox 20.0/20130325214615] on OS X 10.8.2 (12C3012)
From what I can tell, the window.onKeyPress handler is using e.keyCode, which only returns non-zero for non-printing characters. e.charCode correctly picks up '{' and '}'.
From reading the spec, this keyCode vs charCode behaviour should have been the case all along, and I can't seem to find a gecko bug that relates to making it work the way it does now. I'm rather confused as to how this ever worked!
I'll dust off my ChatZilla source repo at some point soon and throw together a patch to restore this behaviour.
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #731202 -
Flags: review?(silver) → review+
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Whiteboard: [cz-0.9.90.1]
You need to log in
before you can comment on or make changes to this bug.
Description
•