Closed
Bug 266047
Opened 20 years ago
Closed 20 years ago
Clean Up button is not included in DM WIndow's tab-order
Categories
(Firefox :: Keyboard Navigation, defect, P1)
Firefox
Keyboard Navigation
Tracking
()
VERIFIED
FIXED
Firefox1.5
People
(Reporter: asaf, Assigned: kevin)
References
Details
(Keywords: access)
Attachments
(1 file)
|
799 bytes,
patch
|
kevin
:
review+
|
Details | Diff | Splinter Review |
Clean Up button is not in DM Window's tab-order. even worse when it comes to platforms that don't support accesskeys (i.e. mac), there is no keyboard-way to trigger the CleanUp action.
| Reporter | ||
Comment 1•20 years ago
|
||
Actually, Keyboard navigation.
Assignee: bugs → aaronleventhal
Component: Download Manager → Keyboard Navigation
QA Contact: bmo → jruderman
| Reporter | ||
Comment 2•20 years ago
|
||
You really shoudn't do things like this, Kevin ;)
For Winstripe:
24 #cleanUpButton {
25 margin: 0px;
26 -moz-user-focus: ignore;
27 list-style-image: url("chrome://mozapps/skin/downloads/downloadCleanup.png");
28 }
From Pinstripe:
21 #cleanUpButton, #optionsButton {
22 -moz-appearance: none;
23 min-width: 32px;
24 height: 26px;
25 margin: 2px;
26 -moz-user-focus: ignore;
27 }
Assignee: aaronleventhal → webmail
Version: 1.0 Branch → Trunk
Updated•20 years ago
|
| Assignee | ||
Comment 3•20 years ago
|
||
fixed on trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Target Milestone: --- → Firefox1.1
| Reporter | ||
Comment 4•20 years ago
|
||
err, you have only fixed pinstripe, not winstripe.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 5•20 years ago
|
||
also removing unused rule (the options button has been removed).
Attachment #173569 -
Flags: review?(webmail)
| Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 173569 [details] [diff] [review] patch for winstripe thanks mano
Attachment #173569 -
Flags: review?(webmail) → review+
| Reporter | ||
Comment 7•20 years ago
|
||
Checking in toolkit/themes/winstripe/mozapps/downloads/downloads.css; /cvsroot/mozilla/toolkit/themes/winstripe/mozapps/downloads/downloads.css,v <-- downloads.css new revision: 1.5; previous revision: 1.4 done
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Keywords: helpwanted
Resolution: --- → FIXED
| Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•