Closed
Bug 263759
Opened 21 years ago
Closed 21 years ago
Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)
Categories
(Firefox Graveyard :: Help Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox1.0
People
(Reporter: rcchicago+allizgub, Assigned: jwalden+fxhelp)
References
Details
(Keywords: fixed-aviary1.0, late-l10n)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041009 Firefox/0.10
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041009 Firefox/0.10
Pressing Cmd+F4 Close Tab Keyboard Shortcut does not work. Alternate shortcut
Cmd+W does work as expected.
Reproducible: Always
Steps to Reproduce:
1. Press Cmd+F4 in open tab
Actual Results:
Nothing happens
Expected Results:
Tab should close
Comment 1•21 years ago
|
||
This is by design. Ctrl+F4 is a windows-standard for closing tabs (and it is is
not the primary keyboard shortcut anyway)
Use Command+W.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → UNCONFIRMED
Component: Keyboard Navigation → Help Documentation
Resolution: WONTFIX → ---
Needs to be updated in Help documentation. I am unable to reassign b ug to owner and QA contact of
selected componet. Please Change status to New and reassign...thanks.
Comment 3•21 years ago
|
||
summary/owner/qa changes as requested.
Assignee: aaronleventhal → jwalden+fxhelp
QA Contact: jruderman → firefox.help-documentation
Summary: Cmd+F4 Keyboard Shortcut Does Not Work → Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4.
Assignee | ||
Comment 4•21 years ago
|
||
Cmd+F4 doesn't work because from what I can see, the shortcut is specifically
Ctrl+F4 (it works based on event.ctrlKey, not "accel" in @modifiers in XBL).
Does the shortcut Ctrl+F4 work on the Mac? Based on my reading of the following
source code, Ctrl+F4 should indeed work properly.
http://lxr.mozilla.org/aviarybranch/source/toolkit/content/widgets/tabbrowser.xml#1532
Until I can get this confirmed or not confirmed, I can't make the change without
having personally tested it (which won't happen as I don't have a Mac).
Comment 5•21 years ago
|
||
(In reply to comment #4)
> Cmd+F4 doesn't work because from what I can see, the shortcut is specifically
> Ctrl+F4 (it works based on event.ctrlKey, not "accel" in @modifiers in XBL).
> Does the shortcut Ctrl+F4 work on the Mac?
Well, control+f4 works _only_ if you disable the *default* OS keyboard shortcut
for "Focus on window (active) or next window" (that means it doesn't work for
most of the mac user base) so it should be removed from the help system.
Anyway, i'll open a separate bug for disabling Control+F4 on mac.
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4. → Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4 (only Cmd+W)
Comment 6•21 years ago
|
||
Updated•21 years ago
|
Target Milestone: --- → Firefox1.0
Assignee | ||
Comment 7•21 years ago
|
||
Shortcut removed for Macs. I updated it to be ctrlKey specifically instead of
accelKey as well. Fixed branch/trunk.
Blocks: 253104
Status: NEW → RESOLVED
Closed: 21 years ago → 21 years ago
Keywords: fixed-aviary1.0,
late-l10n
Resolution: --- → FIXED
Summary: Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4 (only Cmd+W) → Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)
Comment 8•21 years ago
|
||
(In reply to comment #7)
> Shortcut removed for Macs. I updated it to be ctrlKey specifically instead of
> accelKey as well. Fixed branch/trunk.
In the help only, right?
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•