Closed
Bug 243476
Opened 21 years ago
Closed 21 years ago
Remove accesskeys from listitems in pref-winhooks.xul
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8alpha1
People
(Reporter: durbacher, Assigned: durbacher)
References
()
Details
Attachments
(1 file)
6.18 KB,
patch
|
neil
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040501
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040501
http://lxr.mozilla.org/seamonkey/source/xpfe/components/prefwindow/resources/content/pref-winhooks.xul
(and the dtd) has accesskeys for all the listitems.
The problem: listitems have no accesskeys (or at least they do not do anything).
This was verified by selecting the first item of the list and then pressing
accesskeys for other items (with/without "Alt").
This was also confirmed by Neil and aaronl.
Reproducible: Always
Steps to Reproduce:
Those accesskeys are left from back when this was not a list, but several
checkboxes. http://bugzilla.mozilla.org/show_bug.cgi?id=70264#c6 added those
accesskeys.
They were converted to a tree and finally to a listbox, but the accesskeys were
never removed.
Assignee | ||
Comment 1•21 years ago
|
||
Removes accesskeys from xul and dtd and improves indentation of four lines in
the dtd.
Assignee: prefs → durbacher
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 148365 [details] [diff] [review]
patch
Requesting r= from Neil.
Attachment #148365 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•21 years ago
|
||
Comment on attachment 148365 [details] [diff] [review]
patch
I think the protocol dtd entries were originally lined up with the show dialog
label.
Attachment #148365 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 148365 [details] [diff] [review]
patch
...and now they are lined up with everything else.
Requesting sr= from alecf.
Attachment #148365 -
Flags: superreview?(alecf)
Comment 5•21 years ago
|
||
Comment on attachment 148365 [details] [diff] [review]
patch
sr=alecf
Attachment #148365 -
Flags: superreview?(alecf) → superreview+
Assignee | ||
Comment 6•21 years ago
|
||
Checked in at 2004-05-14 03:36.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → mozilla1.8alpha
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•