-
1 Feb 2013 9:16 AM #1
Unanswered: Date Field issue in IE 9
Unanswered: Date Field issue in IE 9
I am using datefield in my project, it works well in FF, Chrome, Safari..... but it has issue in IE 9, When I click on the arrows to go to the next month or prior month, instead of going back or forward one month – it skips two at a time....
I am using below code:
Please let me know its solution.Code:{ xtype: 'datefield', anchor: '100%', fieldLabel: 'Start Date', id: 'StartDate', name: 'StartDate', }
Thanks,
Mohit
-
4 Feb 2013 1:03 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
I personally have not seen this issue when I have used it.
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.
-
22 Mar 2013 6:32 AM #3
If you click quickly multiple times continuously to move to next 4-5 months it will skip few months. for example try to move from March to August, and just click 5 times quickly, you will see it shows October or November.
You just need to make sure you click quickly. It works in FF and Chrome fine but have issue in IE 9 only.
-
27 Mar 2013 8:08 AM #4
Same issue...
Same issue...
After applying the fix from this thread:
http://www.sencha.com/forum/showthre...u-gets-cut-off
I get the same issue for IE9 and IE10
Using ext 3.4


Reply With Quote