Opened 9 years ago
Closed 9 years ago
#14529 closed defect (fixed)
CalendarLite: display / focus visibility problems in high contrast
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Dijit | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (2)
Change History (5)
Changed 9 years ago by
Attachment: | calendar.gif added |
---|
Changed 9 years ago by
Attachment: | calendarlite.gif added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Oh, it's because CalendarLite doesn't pull in hccss.css, so dijit_a11y isn't set and this rule doesn't fire:
.dijit_a11y .dijitCalendarDateTemplate { padding-bottom: 0.1em !important; /* otherwise bottom border doesn't appear on IE */ border: 0px !important; }
Note: See
TracTickets for help on using
tickets.
Maybe the focus isn't important since CalendarLite doesn't have keyboard control anyway. Would be nice if the grid lines were gone though so the selected date was clear.