Closed
Bug 194528
Opened 23 years ago
Closed 23 years ago
Add accesskeys to Open Location
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
People
(Reporter: piers, Assigned: piers)
Details
(Keywords: access)
Attachments
(1 file, 1 obsolete file)
|
2.68 KB,
patch
|
deanis74
:
review+
dmosedale
:
superreview+
|
Details | Diff | Splinter Review |
Add accesskeys to File -> Open Location in Navigator.
Attachment #115251 -
Flags: superreview?(dmose)
Attachment #115251 -
Flags: review?(dean_tessman)
Comment on attachment 115251 [details] [diff] [review]
Add accesskeys to Open Location
>+ <label value="&enter.label;" control="dialog.input" accesskey="&enter.accesskey;"/>
>+ <label value="&openWhere.label;" accesskey="&openWhere.accesskey;" control="openAppList"/>
It would be nice to keep the attributes listed in the same order. I think most
of the time we've been tacking accesskey on at the end, haven't we? Other than
that, looks good. r=me with that change
Attachment #115251 -
Flags: review?(dean_tessman) → review+
How do i carry over "review+"?
Attachment #115251 -
Attachment is obsolete: true
Attachment #115251 -
Flags: superreview?(dmose)
Attachment #115254 -
Flags: superreview?(dmose)
Actually, Dean, it seems to usually go directly after the "label" (or "value")
attribute. (just looked at a few other files e.g for preferences)
value, accesskey, control|command
What would you prefer?
We should be consistent with other files. To carry over an r=, just set it to
plus by yourself and make a comment that you're carrying over <name>'s review.
Attachment #115251 -
Attachment is obsolete: false
Attachment #115251 -
Flags: superreview?(dmose)
Attachment #115254 -
Attachment is obsolete: true
Attachment #115254 -
Flags: superreview?(dmose)
Going with the original patch which has the accesskey after the label.
Status: NEW → ASSIGNED
Comment 7•23 years ago
|
||
Comment on attachment 115251 [details] [diff] [review]
Add accesskeys to Open Location
sr=dmose
Attachment #115251 -
Flags: superreview?(dmose) → superreview+
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 9•23 years ago
|
||
vrfy'd fixed on win2k and linux rh8.0 with 2003.02.24 comm trunk bits.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•