Closed
Bug 145388
Opened 23 years ago
Closed 23 years ago
[FIX]Can't tab out of content area or use accesskeys when in print preview mode
Categories
(Core :: Print Preview, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.0
People
(Reporter: samir_bugzilla, Assigned: rods)
References
Details
(Keywords: access)
Attachments
(1 file)
935 bytes,
patch
|
dcone
:
review+
attinasi
:
superreview+
chofmann
:
approval+
|
Details | Diff | Splinter Review |
It appears that the content calls nsIDOMEvent::preventDefault() (even with a
mouse move) in its print preview incarnation. This prevents the user from
tabbing out of the content area or from using accesskeys to get to the toolbar
buttons (page setup, print, and close). We need a strategy for the content to
allow an include list of keystrokes to perform functions in an
accessibility-compliant fashion.
Reporter | ||
Comment 1•23 years ago
|
||
Nominating for RTM. Transferring access and sec508 keywords from bug 133506
which is blocked by this bug.
Is there a performant way to handle this in the front-end instead?
Assignee | ||
Comment 2•23 years ago
|
||
Not sure if there is much we can do....
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 3•23 years ago
|
||
The allows TAB events to be processed. This seems to work fine, because the
forms controls can never get focus. I did a lot of testing and the focus goes
to the toolbar and doesn't go to any forms controls.
Low risk
Assignee | ||
Updated•23 years ago
|
Summary: Can't tab out of content area or use accesskeys when in print preview mode → [FIX]Can't tab out of content area or use accesskeys when in print preview mode
Updated•23 years ago
|
Whiteboard: [adt2]
Comment 5•23 years ago
|
||
Comment on attachment 84438 [details] [diff] [review]
patch
r=dcone
Attachment #84438 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
If you are looking for a checkin to the document viewer version 1.273, it was
really for Bug 132672. The checkin comment incorrectly referenced this bug.
Comment 7•23 years ago
|
||
What about links? Can they get focus with this change?
Assignee | ||
Comment 8•23 years ago
|
||
No it doesn't go to links, I tested that and form controls.
Comment 9•23 years ago
|
||
Comment on attachment 84438 [details] [diff] [review]
patch
sr=attinasi
Attachment #84438 -
Flags: superreview+
Assignee | ||
Comment 10•23 years ago
|
||
fixed.
Reporter | ||
Comment 12•23 years ago
|
||
What about accesskeys? That is, the ones attached in the patch for bug 133506.
Does the user need to tab to the toolbar before s/he can use the accesskeys?
aaronl, would the latter be acceptable for ``access'' and ``sec508'' requirements?
Updated•23 years ago
|
Reporter | ||
Comment 13•23 years ago
|
||
Removing nsbeta1+, adt1.0.1 nomination since Rod and I discussed that the
front-end can handle the ``include'' list and preventDefault() for all other
keydown events. Will be handled entirely by bug 133506 for this revised strategy.
Comment 14•23 years ago
|
||
Comment on attachment 84438 [details] [diff] [review]
patch
a=chofmann for 1.0.1 add the fixed1.0.0 keyword when the checkin is completed
on the branch. thx
Attachment #84438 -
Flags: approval+
Updated•23 years ago
|
Whiteboard: [adt2 RTM]
Comment 15•23 years ago
|
||
is this on the 1.0 branch? if so, pls mark as fixe1.0.1. thanks!
Whiteboard: [adt2 RTM]
Updated•23 years ago
|
Whiteboard: [adt2 RTM] → [adt2 RTM] [ETA 06/27]
Assignee | ||
Comment 16•23 years ago
|
||
This fix is no longer need because of 133506, marking as nsbeat1- and removing
other keywords
Comment 17•23 years ago
|
||
removing ADT grafitti becasue this problem was addressed in bug 133506.
No longer blocks: 143047
Whiteboard: [adt2 RTM] [ETA 06/27]
Comment 18•6 years ago
|
||
Keywords: sec508
You need to log in
before you can comment on or make changes to this bug.
Description
•