Opened 13 years ago

Closed 13 years ago

#17064 closed Cleanup/optimization (fixed)

Small UX improvements to the admin's time and date picker

Reported by: Julien Phalip Owned by: nobody
Component: contrib.admin Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

The attached patch contains the following improvements both to the date and time picker popup widgets:

  • Popup closes when the ESC key is pressed.
  • The whole suface of the "Cancel" button is clickable (as opposed to just its text currently).
  • The "Cancel" button's text is given the black color (instead of the current grey, which makes it look like it's disabled).
  • Added hover state to "Cancel" button by reversing its gradient background.

Attachments (1)

17064.improved-date-time-picker-ux.diff (3.7 KB ) - added by Julien Phalip 13 years ago.

Download all attachments as: .zip

Change History (3)

by Julien Phalip, 13 years ago

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Julien Phalip, 13 years ago

Resolution: fixed
Status: newclosed

In [17021]:

Fixed #17064 -- Improved the UX for the admin's time and date picker widgets by brushing up the 'Cancel' button's visual feedback and by allowing the popups to get closed by pressing the 'Escape' key.

Note: See TracTickets for help on using tickets.
Back to Top