cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

There is a problem with the Date Picker on iPad with iOS6, it displays then immediately closes. #117

Closed edchat closed 11 years ago

edchat commented 11 years ago

To see the problem select any item, then select "remind me", then click on the date. It works ok on iPhone iOS6.

cjolif commented 11 years ago

We used to have that problem right? Looks like it is coming again? See #96.

cjolif commented 11 years ago

See also: http://trac.dojotoolkit.org/ticket/15786

edchat commented 11 years ago

This commit changed the work-around for the problem, the new work-around does not seem to be working now, I assume it did when the change was made. But the old work-around still works, should we go back to it? https://github.com/cjolif/dojo-todo-app/commit/0337f87d8a464d1e0f9f51f50ca829914554ea47

edchat commented 11 years ago

The most recent updates to mobile have fixed this problem, and it works even without the work around of calling e.preventDefault(); so I will remove that code as well.