Closed Bug 281932 Opened 20 years ago Closed 19 years ago

Print preview UI not keyboard accessible

Categories

(Firefox :: Keyboard Navigation, defect, P3)

x86
All
defect

Tracking

()

RESOLVED FIXED

People

(Reporter: aaronlev, Assigned: aaronlev)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

The print preview screen has a row of controls at the top. They should be in the
tab order along with the print preview pane itself. More mnemonics should also
be added, but the tab key should also be operable here.

Note to QA/testers: once this is fixed please make sure that bug 250096 does not
come back up again.
Summary: Print preview UI not keyboard accessible → Print preview UI not keyboard accessible
Priority: -- → P3
All toolbar buttons are keyboard inaccessible, right? Is making them regular
buttons the only solution in cases like these?
(In reply to comment #1)
> All toolbar buttons are keyboard inaccessible, right? Is making them regular
> buttons the only solution in cases like these?

At the moment, yes.
Depends on: 250438
Depends on: 250442
Depends on: 241637
This adds toolbarbutton class="tabbable"

We also needed this for the download manager so I fixed that there too.
Attachment #190571 - Flags: review?(mconnor)
Depends on: 302193
Flags: blocking1.8b4+
Attachment #190571 - Flags: review?(mconnor) → review?(neil.parkwaycc.co.uk)
Attachment #190571 - Flags: review?(neil.parkwaycc.co.uk) → review?(mconnor)
Comment on attachment 190571 [details] [diff] [review]
Fix missing accesskeys, labels without control attribute which affects accessible name, unfocusable toolbarbuttons

>+++ toolkit/mozapps/downloads/content/downloads.xul 26 Jul 2005 16:33:43 -0000
>@@ -174,11 +174,11 @@
>   
>   <hbox>
>     <hbox id="commandBar" flex="1">
>       <hbox align="center" flex="1" id="autodownloadInfo">
>         <label>&filesSavedTo.label;</label>
>-        <toolbarbutton id="saveToFolder" crop="right" flex="1"
>+        <toolbarbutton class="tabbable" id="saveToFolder" crop="right" flex="1"
>                        oncommand="onDownloadShowFolder();"
>                        tooltiptext="&showFolder.label;"/>
>       </hbox> 
>       <spring id="autodownloadSpring" hidden="true" flex="1"/>
>       <separator id="commandBarSeparator"/> 

you know, it's not possible to tab to this button from the downloads UI now,
but we might as well do this anyway...
Attachment #190571 - Flags: review?(mconnor)
Attachment #190571 - Flags: review+
Attachment #190571 - Flags: approval1.8b4+
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
please land this bit into pinstripe as well
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [ETA ?]
I'll file a separate bug on Pinstripe changes, not a blocker now.
Status: REOPENED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → FIXED
Whiteboard: [ETA ?]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: