Closed
Bug 628157
Opened 14 years ago
Closed 14 years ago
Ctrl+p renders print dialogue but pressing enter will not execute printing, and Tab Key Keyboard Navigation also does not work.
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: hspandey, Assigned: enndeakin)
References
()
Details
(Keywords: regression, ux-control, ux-efficiency, Whiteboard: [hardblocker][has patch])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b10pre) Gecko/20110123 Firefox/4.0b10pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b10pre) Gecko/20110123 Firefox/4.0b10pre ID:20110123030331
Control p gives print dialogue but pressing enter will not execute printing. To execute printing you are required to click OK through mouse navigation.
Reproducible: Always
Steps to Reproduce:
1.Ctrl+p to print (any page any site any file)
2.Print dialogue appears
3.Press enter
Actual Results:
No response
Expected Results:
Page printing should be executed
Tried it out on my upgraded profile from 3.6, new beta profile and a freshly created profile result does not change.
Summary: Control p gives print dialogue but pressing enter will not execute printing → Ctrl+p renders print dialogue but pressing enter will not execute printing
Comment 1•14 years ago
|
||
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/01fa971e62ee
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100827 Firefox/4.0b5pre ID:20100827190212
Fails:
http://hg.mozilla.org/mozilla-central/rev/0886ad6e6aaa
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b5pre) Gecko/20100827 Firefox/4.0b5pre ID:20100827190555
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=01fa971e62ee&tochange=0886ad6e6aaa
in local build,
build from 7804b5cf4313: fails
build from 687b70fea4d0: works
Blocks: 130078
Status: UNCONFIRMED → NEW
blocking2.0: --- → ?
Ever confirmed: true
Keywords: regression
Version: unspecified → Trunk
Comment 2•14 years ago
|
||
Tab Key Keyboard Navigation also does not work.
Summary: Ctrl+p renders print dialogue but pressing enter will not execute printing → Ctrl+p renders print dialogue but pressing enter will not execute printing, and Tab Key Keyboard Navigation also does not work.
Comment 3•14 years ago
|
||
Sounds like another case of focus not getting to where it should be.
Comment 4•14 years ago
|
||
I can confirm this. I updated from FF 3.6 to FF 4.0b10 today, and press CTRL-P for print, but the keyboard has no access to any of the functions of the print dialogue, e.g the various underlined links to be accessed by the ALT key, Cancel to be accessed by Esc, Print to be accessed by Enter. Yet the dialog has a blue header as if it was the active window.
I'm in Windows 7 Home.
Comment 5•14 years ago
|
||
Mozilla/5.0 (Windows NT 5.1; rv:2.0b11pre) Gecko/20110129 Firefox/4.0b11pre ID:20110129030338
I can verify. The OK button looks like it has focus, but the Enter key won't initiate printing.
Comment 6•14 years ago
|
||
Hard blocker for a11y issues.
blocking2.0: ? → final+
Whiteboard: [hardblocker]
Neil, can you take this on the assumption that it's a focus issue?
Assignee: nobody → enndeakin
Comment 8•14 years ago
|
||
>uiwanted
this one is pretty easy :) pressing enter should indeed successfully act on the control that visually displays that it has the focus (in this case print).
Keywords: uiwanted,
ux-minimalism
Assignee | ||
Comment 9•14 years ago
|
||
The documentation for WM_INITDIALOG says that true should be returned for focus to be set.
Attachment #509435 -
Flags: review?(jmathies)
Assignee | ||
Comment 10•14 years ago
|
||
Might as well return true from this other usage of WM_INITDIALOG in the same file.
Attachment #509435 -
Attachment is obsolete: true
Attachment #509505 -
Flags: review?(jmathies)
Attachment #509435 -
Flags: review?(jmathies)
Updated•14 years ago
|
Whiteboard: [hardblocker] → [hardblocker][has patch]
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Updated•14 years ago
|
Attachment #509505 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 11•14 years ago
|
||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•