Closed Bug 336197 Opened 19 years ago Closed 19 years ago

Cmd-` inoperative with Mark Mentovai's 1.5.0.3-plus-332579 test build

Categories

(Firefox :: Keyboard Navigation, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: phil, Assigned: mark)

References

Details

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.3) Gecko/20060501 Firefox/1.5.0.3 Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.3) Gecko/20060501 Firefox/1.5.0.3 Not much more to say. Mac-specific, perhaps obviously. For the non-Mac, Cmd-` is supposed to cycle through the application's windows (as with all other applications) Reproducible: Always
adding CCs
Status: UNCONFIRMED → NEW
Ever confirmed: true
The OS implements window cycling in a handler for kEventRawKeyDown. Our new top-level event handler swallows all events (including these) to avoid certain problems with double-processing. I could try to fix the double-processing so that the event handler doesn't have to swallow everything (probably best), or do something else intelligent (not dropping only these specific events, or maybe something with kHICommandRotateWindowsForward).
Blocks: 332579
Updated patch with a fix for this problem in bug 332579.
Assignee: nobody → mark
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.