-
5 Jun 2012 4:46 AM #1
fullscreen config in Ext.MessageBox
fullscreen config in Ext.MessageBox
Ext version tested:
- Sencha Touch 2.0.1
- Safari 5.1.7 on Windows 7
- html5
- fullscreen:true doesn't display the Ext.MessageBox in fullscreen
Possible fix:Code:var mb = new Ext.MessageBox({message:'hello',fullscreen:true});mb.show();- the fact that max-width is set to 20em for .x-msgbox in resources\themes\stylesheets\sencha-touch\default\widgets\_msgbox.scss looks highly suspicious to me...
-
5 Jun 2012 11:24 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,581
- Vote Rating
- 433
The MessageBox isn't meant to use the fullscreen config. The fullscreen config is meant to be used in items that should be added as an inner item of Ext.Viewport.
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.
-
5 Jun 2012 11:34 AM #3
ah thanks. So I guess it's a documentation "bug"...
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote