Closed
Bug 67617
Opened 24 years ago
Closed 6 years ago
[meta] Option+double-click on Mac OS vs. Alt+double-click on Windows
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mpt, Unassigned)
Details
(Keywords: meta, platform-parity)
Mac OS Finder behavior is for Option+double-click on a tree item to open the item
in a new window, and close the existing window.
Windows Explorer behavior is for Alt+double-click on a tree item to open a
`Properties' window for that item.
Currently, Mozilla is following the Windows behavior. I suggest that both
platforms should have both behaviors available as follows:
* On Mac OS, Option+double-click should open the item in a new window and close
the current window. Command+double-click should open the `Properties' window
for the item.
* On other platforms, Alt+double-click should open the `Properties' window for
the item. Ctrl+double-click should open the item in a new window and close the
current window.
Bugs need to be filed to implement this in at least the following places:
* bookmarks
* history
* the mail folder pane
* the mail thread pane
* the address book
* (possibly) Composer.
Reporter | ||
Comment 1•24 years ago
|
||
[Reassigning to self]
Comment 2•24 years ago
|
||
On Windows, ctrl+double-click often means "open in new window" (as opposed
to "open in current window" for double-click). It sounds like you want
ctrl+double-click to mean "open in new window and close current window" in any
context where plain double-click means "open in new window". That would make
ctrl have opposite effects in different contexts...
Btw, what modifier is used for "open link in new window" on Mac?
Comment 3•24 years ago
|
||
I could see Ctrl+Alt+ or Shift+Alt+ double-click being used for this on
Windows, though, if everyone agrees that this bug and bug 56690 are the best
use of keyboard modifiers.
Reporter | ||
Comment 4•24 years ago
|
||
> what modifier is used for "open link in new window" on Mac?
Command+click. Note that `link' != `tree item'.
don't file the other bugs until you're sure you want us to do this work.
currently, our loading of these parent windows is cost prohibitive. I don't
know if we support backspace to travel to parents. I know we don't have message
center, and certainly not orphanned+grandchildless message centers. macos's
behavior only makes sense for file systems.
would it be enough if the window was hidden?
Summary: Option+double-click on Mac OS vs. Alt+double-click on Windows → [SPECBUG] Option+double-click on Mac OS vs. Alt+double-click on Windows
Reporter | ||
Comment 6•24 years ago
|
||
This is not a spec bug (a bug in which spec, exactly?), it is an RFE. If you
think it should be reassigned to `User Interface: Design Feedback' for approval
or wontfixing first, then do that.
> I don't know if we support backspace to travel to parents.
That's not relevant.
> I know we don't have message center
Nor that. (Open a three-pane window, Option+double-click on a message: message
opens in a standalone window, three-pane window closes.)
> And certainly not orphanned+grandchildless message centers.
Pardon?
> macos's behavior
> only makes sense for file systems.
Nope. To want to open a bookmark, and close the Bookmarks window which I found
the bookmark in, in a single action (through the use of a modifier key) makes
perfect sense.
> would it be enough if the window was hidden?
What does `hidden' mean?
Summary: [SPECBUG] Option+double-click on Mac OS vs. Alt+double-click on Windows → Option+double-click on Mac OS vs. Alt+double-click on Windows
Comment 7•24 years ago
|
||
I think it would be very confusing on Windows for ctrl to sometimes cause
Mozilla to not replace the information you're looking at (link, sidebar tree),
and sometimes cause Mozilla to replace the the information you're looking at
(non-sidebar tree). It sounds like you're also setting up similar, but less
serious, problems on Mac by making command mean both "properties" and "new
window".
Reporter | ||
Comment 8•19 years ago
|
||
-> Keyboard navigation for sentencing
Assignee: mpt → aaronleventhal
Component: Tracking → Keyboard: Navigation
QA Contact: chofmann → keyboard.navigation
Comment 10•6 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:hsinyi, maybe it's time to close this bug?
Flags: needinfo?(htsai)
Updated•6 years ago
|
Summary: Option+double-click on Mac OS vs. Alt+double-click on Windows → [meta] Option+double-click on Mac OS vs. Alt+double-click on Windows
Comment 11•6 years ago
|
||
This bug was reported for "open new window" behaviour change on IE 18 years ago. Close it as wontfix as it makes little sense that we change this super old behaviour while the world has been moving to "tabs", also assuming the originally reported IE behaviour changed, too. Feel free to open a new bug if you still see the issue cross platforms.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(htsai)
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•