Closed
Bug 306726
Opened 19 years ago
Closed 19 years ago
Should not have accesskey on a menulist option label
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, fixed1.8, Whiteboard: [has approval])
Attachments
(1 file)
|
3.76 KB,
patch
|
asaf
:
review+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
In Tools -> Options -> Advanced -> General -> Edit Languages we have a XUL menulist which says. [ _S_elect a language to add ] This is the wrong way to do a label for a XUL menulist. The <label control="menulist-id"/> should be outside of the control. Unfortunately XUL menulist makes this confusing by offering a label attribute, but that actually sets which item is initially selected. Anyway, that accesskey doesn't actually work if you try it. I don't think we should make it work, mainly because it's not really the right way to label a menulist, although perhaps I'm not being open minded enough.
| Assignee | ||
Comment 1•19 years ago
|
||
I suppose there's a deeper bug to be fixed here, but we need something simple at least for branch.
Attachment #194551 -
Flags: review?(gavin.sharp)
Comment 2•19 years ago
|
||
Comment on attachment 194551 [details] [diff] [review] Remove accesskey from menu option label r=mano. If this makes the branch as well, please don't checkin the DTD change.
Attachment #194551 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b5?
Updated•19 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
Updated•19 years ago
|
Attachment #194551 -
Flags: approval1.8b4+
Updated•19 years ago
|
Whiteboard: [has approval]
Comment 3•19 years ago
|
||
time is short for beta so if this is gonna make the branch, it needs to land ASAP.
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 5•19 years ago
|
||
I checked in the dtd change from this bug on the 1.8 branch since it wasn't checked in originally due to a l10n freeze.
You need to log in
before you can comment on or make changes to this bug.
Description
•