-
24 May 2012 8:20 AM #1
Call to setValue after initialization of DatePicker does not trigger change event
Call to setValue after initialization of DatePicker does not trigger change event
Maybe someone already reported this, but I couldn't find it in a forum search.
When you create a DatePicker component in any way and call setValue after its initialization, the 'change' event is not triggered because of this line in onDoneButtonTap:
(after setValue, newValue and oldValue are exactly the same)Code:if (newValue.toDateString() != oldValue.toDateString()) {
In this case, I have a "go to today" button in the DatePicker's toolbar which changes the value of the DatePicker and should trigger a change event when Done is tapped.
This concerns Sencha Touch 2.0.0 (since 2.0.1 disappeared).
-
24 May 2012 1:58 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
Did you have 2.0.1? If so did it happen in 2.0.1?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
24 May 2012 11:13 PM #3
No, I missed that download...
But you can delete this thread: it is easy to fire the change event yourself.
-
25 May 2012 3:53 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote