#6406 closed defect (fixed)
Date picker - high contrast - plus and minus font size too small
Reported by: | ptbrunet | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.1.1 |
Component: | Dijit | Version: | 1.1.0 |
Keywords: | Cc: | Becky Gibson, nonken | |
Blocked By: | Blocking: |
Description
Using http://download.dojotoolkit.org/current-stable/dojo-release-1.1.0/dijit/tests/form/test_DateTextBox.html in high contrast, the left right arrows of the date picker are just periods. This is a regression. The characters used are actually + and - but they are no longer visible in high contrast mode. Becky believes this is related to the fixes made for #3661.
Attachments (1)
Change History (9)
comment:1 Changed 13 years ago by
Component: | General → Dijit |
---|---|
Owner: | changed from anonymous to Becky Gibson |
comment:2 Changed 13 years ago by
Cc: | nonken added |
---|
comment:3 Changed 13 years ago by
Summary: | Date picker - high contrast - plus and minus showning as periods → Date picker - high contrast - plus and minus font size too small |
---|
comment:4 Changed 13 years ago by
I think it is possible to set line-height instead of font-size, but have to confirm
Changed 13 years ago by
Attachment: | 6406.patch added |
---|
add ie6 only styles for calendarIncrementControl
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 13 years ago by
comment:8 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Upon further investigation, this is related to #5867 - the font size for the .dijitCalendarIncrementControl was set to 1px which makes the + and - characters too small to distinguish. Plus, we should never be using px for fonts!