Closed
Bug 75578
Opened 24 years ago
Closed 24 years ago
ENTER button does nothing when focus is on a button in dialog
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: shrir, Assigned: cmanske)
References
Details
Saw this differeence between 4.x keyboard navigation and 6.x..so am filing it.
Steps:
1 Launch composer
2 Click on IMAGE button from composition toolbar
3 do not use the mouse, hit TAB on keyboard to change focus from hte textfield
to the button labled "Choose File"
4 Nothing happens.
Expected: 'Select Image File' dialog should open up.
yeah it only works for OK button when you have an image path. it doesn't
work for other buttons.
![]() |
||
Comment 2•24 years ago
|
||
see also bug 63728. Note that the behavior should _not_ be the same on all
platforms... I would say this is a duplicate of 63728.
Reporter | ||
Comment 3•24 years ago
|
||
this is about just windows platform and a difference between 4.x and 6.x
client..
![]() |
||
Comment 4•24 years ago
|
||
Right. But please make sure that when this bug is fixed the behavior on other
platforms does not change as well.
A proper fix for 63728 would probably fix this too... adding dependency.
Depends on: 63728
Assignee | ||
Comment 6•24 years ago
|
||
Nothing editor-specific. Technically, the bug is invalid in Windows -- the Enter
key is NOT supposed to trigger the focused button, "space bar" is. The Enter key
is only supposed to trigger the "default" button, which is "Ok" in this case
but is disabled, so nothing happens (correctly). I'm not sure what other
platforms are supposed to do, but that's what bug 63728 is all about.
*** This bug has been marked as a duplicate of 63728 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•