cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

Canceling date picker does not turn off remind me on a day if no date already selected #63

Closed ccmitchellusa closed 12 years ago

ccmitchellusa commented 12 years ago

Remind me->On a day - turn On switch (initial state, no date currently entered, switch=off)->Cancel -- Expected result --> Should close date picker dialog overlay and disable the switch (no date set)

If a date was previously set, canceling the picker should not clear the date or disable the remind on a day setting.

edchat commented 12 years ago

Found another problem with the date picker, if you turn On and pick a date, then turn it Off and hit back, the date was still being displayed. It should remove the date, if the switch is turned off.