Threaded 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
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.


Reply With Quote