Closed
Bug 1361950
Opened 8 years ago
Closed 2 years ago
[DateTimePicker] Give month/year selectors visual focus when it is opened in the date picker
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scottwu, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
When the month-year picker within date picker is opened, it should be given a visual focus (not actual focus) to indicate that keyboard now controls the spinners. So when month-year picker is opened, the up arrow key should reduce the month/year by one, instead of increase by one as it would if input box controls it.
This design change is in part a response to the discussion raised in Bug 1348052.
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 4•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: scottcwwu → nobody
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
With the accessibility improvements implemented in the bug 1676068 for the datepicker component, the focus now is visually and programmaticaly placed on the month-year button as this is a toggle button to show or hide the month/year picker dialog and it is expected that the focus remains on the toggle (disclosure) button per the WAI ARIA design pattern after it is activated. Thus, the bug seems to be resolved
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•