Closed
Bug 132720
Opened 23 years ago
Closed 23 years ago
Return and Enter keys do not correctly confirm OK/Cancel dialogs
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.0
People
(Reporter: sfraser_bugs, Assigned: bryner)
References
()
Details
(Keywords: access, Whiteboard: [adt2])
Attachments
(1 file)
1.98 KB,
patch
|
hewitt
:
review+
bugs
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
When OK/Cancel dialogs come up, focus is on the Cancel button (which seems wrong
in the first place). But the bad thing is that on Mac, both Return and Enter
buttons active the focussed widget, rather than the default button, so both end
up doing a 'Cancel'. This is just wrong.
Comment 1•23 years ago
|
||
-> hewitt
Reporter | ||
Comment 2•23 years ago
|
||
I think that we're just focussing the first focussable thing, which happens to
be the Cancel button. I'm not sure that makes sense here. It's certainly wrong
to have Return/Enter do the focussed thing, rather than the default thing (on Mac).
Comment 3•23 years ago
|
||
*** Bug 131865 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
This is a major usability bug and an incredible annoyance for keyboard users...
We should just handle this in the platform <dialog> bindings...
Assignee: jaggernaut → hewitt
Comment 5•23 years ago
|
||
Nav triage team: nsbeta1+/adt2
Comment 6•23 years ago
|
||
This bug bears *some* relation to bug #127892 where the opposite occurs on some
dialogs, but only those that use the dialogKeys keyset.
This bug appears to be a Mac only issue, and there is a Mac issue to be
addressed in 127892 as well.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 8•23 years ago
|
||
This makes enter or return always activate a default accept button. This is
what users will expect on the Mac since in native dialogs you can't actually
tab through the buttons. Users can still tab to a button and press space to
activate it.
Comment 9•23 years ago
|
||
Comment on attachment 82700 [details] [diff] [review]
make enter/return _always_ activate a default accept button on mac
r=hewitt
Attachment #82700 -
Flags: review+
Comment 10•23 years ago
|
||
*** Bug 139836 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
Comment on attachment 82700 [details] [diff] [review]
make enter/return _always_ activate a default accept button on mac
sr=ben@netscape.com
Attachment #82700 -
Flags: superreview+
Assignee | ||
Comment 12•23 years ago
|
||
Checked in on the trunk.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Comment on attachment 82700 [details] [diff] [review]
make enter/return _always_ activate a default accept button on mac
a=asa (on behalf of drivers) for checkin to the 1.0 branch
Attachment #82700 -
Flags: approval+
Comment 15•22 years ago
|
||
*** Bug 144180 has been marked as a duplicate of this bug. ***
Comment 16•22 years ago
|
||
*** Bug 130913 has been marked as a duplicate of this bug. ***
Comment 17•7 years ago
|
||
This bug still exists (or resurfaced) in FF on a mac
Comment 18•7 years ago
|
||
Please file a new bug report, with clear steps to reproduce, and cc me on that bug report?
Flags: needinfo?(eschiebel)
Comment 19•7 years ago
|
||
@boris, I don't see how to cc you from the new bug report. It is
https://bugzilla.mozilla.org/show_bug.cgi?id=1400362
Flags: needinfo?(eschiebel)
Comment 20•7 years ago
|
||
@boris, I don't see how to cc you from the new bug report. It is
https://bugzilla.mozilla.org/show_bug.cgi?id=1400362
Comment 21•7 years ago
|
||
Thanks, I'll follow up there. That's about a different dialog than this bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•