Hybrid View
-
7 Dec 2012 2:19 PM #1
Missing "X" button on Ext.Window in Firefox
Missing "X" button on Ext.Window in Firefox
Ext version tested:
- Ext 4.1.1
- Firefox
- IE10
- The "X" button on the Ext.window component is missing when viewing in Firefox or Internet Explorer 10.
- Create an Ext.Window component and view it in Firefox or IE 10.
- The "X" button should appear.
- Missing "X" button.
Possible fix:- Remove the if(Ext.isWebKit) conditional statement in various extjs files such as "ext-all-debug-w-comments.js", "ext-all-dev.js", ect)
// if (Ext.isWebKit) {
this.targetEl.setWidth(ownerContext.innerCtContext.props.width);
// }
Operating System:- Windows 8
-
8 Dec 2012 6:18 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- 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.
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote