-
1 Feb 2013 12:50 PM #1
IE 10 2.2.0 alpha Ext.Msg.Show Button order
IE 10 2.2.0 alpha Ext.Msg.Show Button order
Sencha Touch 2.2.0 alpha
IE 10.0.9.9200.16439
Windows 7 64 bit
In iOS, buttons (OK / Cancel) are displayed right-to-left, so that the order on the MessageBox is [Cancel] [OK].
However, in Windows 8, they seem to be displayed in traditional Windows order, left-to-right.
-
1 Feb 2013 1:06 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
With this code:
I get Cancel and OK in that order in both Chrome and IE.Code:Ext.Msg.show({ title : 'Title', message : 'Some message', buttons : Ext.MessageBox.OKCANCEL });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.
-
1 Feb 2013 1:10 PM #3
Yes. That is the problem. They are NOT supposed to be in the same order on IOS and Window 8!I get Cancel and OK in that order in both Chrome and IE.Last edited by drb; 4 Feb 2013 at 8:41 AM. Reason: Added quoted comment for clarity (I hope).
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote