#16533 closed defect (fixed)
dojox/mobile/tests/test_SpinWheelDatePicker doesn't gray out the "unavailable" days of months
Reported by: | Adrian Vasiliu | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojox/mobile/tests/test_SpinWheelDatePicker.html, all months have 31 days, instead of showing for instance the days 29 to 31 grayed out for February.
This is a bug introduced by my fix of #15825, which installs handlers for SpinWheelSlot's onDaySet, onMonthSet and onYearSet in a way which replaces the implementation provided by _DatePickerMixin.onDaySet (which is in charge with graying out the "unavailable" days of the month).
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
More exactly, the change introduced in test_SpinWheelDatePicker produces this misbehavior because of a pre-existing bug in SpinWheelDatePicker: #16502 (for which a fix is now submitted). So, the fix of #16502 also fixes the misbehavior reported in the current ticket, which can be closed once the fix of the real cause (#16502) will be committed.