Closed
Bug 302135
Opened 19 years ago
Closed 18 years ago
Enter on dialog expanding button in add a bookmark dialog closes dialog
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access)
I don't see anything wrong with the code for this button, yet hitting Enter on
it appears to both activate this button and quickly close the dialog. You can
see the dialog expand right before it closes. Fortunately space bar works but
this is weird.
In addBookmark2.xul:
109 <button id="expander" class="down" oncommand="expandTree();"
110 tooltiptextdown="&expanderDown.tooltip;"
111 tooltiptextup="&expanderUp.tooltip;"/>
Comment 1•19 years ago
|
||
The reasoning is that even with full keyboard access the Mac still needs to have
Enter to close the dialog rather than firing the button. Unfortunately due to
bug 300227 the button isn't able to cancel the dialog close action in time :-(
Depends on: 300227
Comment 2•19 years ago
|
||
Is this fixed after the check-in for bug 300227?
Assignee | ||
Comment 3•18 years ago
|
||
Yes, it works. Perhaps bug 300227 fixed it.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•