Closed
Bug 316087
Opened 19 years ago
Closed 19 years ago
a11y: message/alert/help need to be dismissable with ESC key
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aaronr, Assigned: doronr)
Details
(Keywords: fixed1.8.0.2, fixed1.8.1)
Attachments
(2 files)
as per http://www.mozilla.org/access/toolkit-checklist, we need to be able to dismiss message, alert and help popups with the ESC key.
Assignee | ||
Comment 2•19 years ago
|
||
Adds a keypress listener to the generated XUL document.
Should we switch the code to use a real .xul file that sets itself up based on the passed in data?
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Should we switch the code to use a real .xul file that sets itself up based on
> the passed in data?
Yes we should, but we must be careful to not to allow messages to have chrome privileges.
Comment on attachment 203035 [details] [diff] [review]
patch!
Until we have the XUL file, this patch will get us past the problem.
Attachment #203035 -
Flags: review?(aaronr) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #203035 -
Flags: review?(smaug)
Updated•19 years ago
|
Attachment #203035 -
Flags: review?(smaug) → review+
checked into MOZILLA_1_8_BRANCH via bug 323691. Leaving open for now until it gets into 1.8.0
Updated•19 years ago
|
Whiteboard: xf-to-branch
Updated•19 years ago
|
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•