Closed
Bug 306255
Opened 19 years ago
Closed 19 years ago
[mac] The "Folder" button in the download manager isn't keyboard accessible (add support for toolbarbutton.tabbable in Pinstripe)
Categories
(Firefox :: Keyboard Navigation, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: asaf, Assigned: asaf)
Details
(Keywords: access, fixed1.8)
Attachments
(1 file, 1 obsolete file)
|
1.58 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
Since Pinstripe has no style rules for toolbarbutton.tabbable, the "Folder" button in the download manager isn't keyboard accessible in the mac version.
| Assignee | ||
Updated•19 years ago
|
Summary: [mac] The "Folder" button in the download manager isn't keyboard accessible in (add support for toolbarbutton.tabbable in Pinstripe) → [mac] The "Folder" button in the download manager isn't keyboard accessible (add support for toolbarbutton.tabbable in Pinstripe)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: blocking1.8b4?
Priority: -- → P2
| Assignee | ||
Comment 1•19 years ago
|
||
Eek, outline seems to be buggy (part of it isn't drawn until the windows is resized), so we'll have to use legacy border. This means the focus ring can cause layout shrinks; however, it's almost invisible as a 1px only border. At least until we can use outline, the focus ring itself has to be special cased.
Attachment #194177 -
Flags: review?(kevin)
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Firefox1.5
Comment 2•19 years ago
|
||
Comment on attachment 194177 [details] [diff] [review] patch I haven't tested this, but I think you also need #saveToFolder { border: 1px solid transparent; } so you avoid having the content jump around when you put the focus border on.
Attachment #194177 -
Flags: review?(kevin) → review+
| Assignee | ||
Comment 3•19 years ago
|
||
Comment on attachment 194177 [details] [diff] [review] patch will do.
Attachment #194177 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #194177 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
| Assignee | ||
Comment 4•19 years ago
|
||
Attachment #194177 -
Attachment is obsolete: true
Attachment #194200 -
Flags: review+
| Assignee | ||
Comment 5•19 years ago
|
||
1.8 Branch: Checking in pinstripe/global/toolbarbutton.css; /cvsroot/mozilla/toolkit/themes/pinstripe/global/toolbarbutton.css,v <-- toolbarbutton.css new revision: 1.4.10.1; previous revision: 1.4 done Checking in pinstripe/mozapps/downloads/downloads.css; /cvsroot/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css,v <-- downloads.css new revision: 1.7.2.2; previous revision: 1.7.2.1 done Trunk: Checking in global/toolbarbutton.css; /cvsroot/mozilla/toolkit/themes/pinstripe/global/toolbarbutton.css,v <-- toolbarbutton.css new revision: 1.5; previous revision: 1.4 done Checking in mozapps/downloads/downloads.css; /cvsroot/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css,v <-- downloads.css new revision: 1.9; previous revision: 1.8 done Trunk:
You need to log in
before you can comment on or make changes to this bug.
Description
•