Opened 9 years ago
Closed 9 years ago
#13988 closed defect (fixed)
[regression] dijit.Calendar - hovering disabled dates is "jumpy"
Reported by: | ben hockey | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | themes | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
go to the dijit.Calendar test page (eg http://download.dojotoolkit.org/release-1.7.0b5/dojo-release-1.7.0b5/dijit/tests/test_Calendar.html) click the "disable weekends" link and then move your mouse over any of the disabled dates in the Calendar. you'll see lots of ugly jumping. this is a regression from 1.6.1 where disabled dates are not highlighted when you hover over them.
Change History (4)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
The border-color: transparent doesn't work on older versions of IE. That's why we instead set border to 0 width and increase padding. But I'll fix the problem, thanks for pointing it out.
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
a possible fix:
claro/Calendar.less