Closed
Bug 431080
Opened 17 years ago
Closed 17 years ago
Keyboard shortcuts for page zoom are not working using cmd and number pad
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.9
People
(Reporter: flod, Assigned: masayuki)
References
Details
(Keywords: regression, Whiteboard: [key hell])
Attachments
(1 obsolete file)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008042704 Minefield/3.0pre
Mac OS X is in Italian, keyboard has Italian layout.
Combinations cmd+'+', cmd+'-' and cmd+'0' don't work on trunk using number pad keys: you can see the menu "View" flashing, but the zoom doesn't change (on the same machine Firefox 2 is working fine).
The same combinations made with the standard keyboard keys work fine.
Updated•17 years ago
|
Assignee: nobody → joshmoz
Component: Menus → Widget: Cocoa
Product: Firefox → Core
QA Contact: menus → cocoa
Assignee | ||
Comment 1•17 years ago
|
||
This is same bug as bug 423814. If Cmd key is pressed, the keyDown event is not fired after return NO from pKE.
Assignee | ||
Updated•17 years ago
|
Updated•17 years ago
|
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 318094 [details] [diff] [review]
Patch v1.0
check the patch of bug 430499 instead of this.
Attachment #318094 -
Flags: review?(joshmoz)
Assignee | ||
Updated•17 years ago
|
Attachment #318094 -
Attachment is obsolete: true
Updated•17 years ago
|
Whiteboard: [key hell]
Comment 3•17 years ago
|
||
we need to add a keyboard navigation litmus suite for these kind of tests
Flags: in-litmus?
Comment 4•17 years ago
|
||
Do we need to do anything here? Do we need to split up the patch in bug 430499 ?
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> Do we need to do anything here? Do we need to split up the patch in bug 430499
> ?
No, see the new patch. We don't need to split the patch.
When keyDown will not be called after performKeyEquivalent cases, we should not return without calling processKeyDown.
Assignee | ||
Comment 6•17 years ago
|
||
fixed by bug 430499.
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 7•17 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9pre) Gecko/2008050209 Minefield/3.0pre
Status: RESOLVED → VERIFIED
Hardware: Macintosh → All
Comment 8•16 years ago
|
||
I added a set to cover these three keyboard options in the Mac 3.1 Keyboard test suite back when I created the Keyboard test suite. If we need them in another area in Litmus then I can add them there as well. I doubt many end users are actively running the Keyboard test suite so I think we should probably integrate a few of them into the FFT.
testgroup: 3.1 Mac Keyboard Test Suite | subgroup: FX 3.1 - Page Viewing Shortcuts
Flags: in-litmus? → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•