Hybrid View

    Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.
  1. #1
    Sencha User
    Join Date
    Dec 2012
    Posts
    1
    Vote Rating
    0
    VTruong12 is on a distinguished road

      0  

    Default Missing "X" button on Ext.Window in Firefox

    Missing "X" button on Ext.Window in Firefox


    Ext version tested:
    • Ext 4.1.1
    Browser versions tested against:
    • Firefox
    • IE10
    Description:
    • The "X" button on the Ext.window component is missing when viewing in Firefox or Internet Explorer 10.
    Steps to reproduce the problem:
    • Create an Ext.Window component and view it in Firefox or IE 10.
    The result that was expected:
    • The "X" button should appear.
    The result that occurs instead:
    • Missing "X" button.
    HELPFUL INFORMATION

    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)
    Example:
    // if (Ext.isWebKit) {
    this.targetEl.setWidth(ownerContext.innerCtContext.props.width);
    // }


    Operating System:
    • Windows 8




  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    435
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    I see it in Firefox using 4.1.1:

    Screen Shot 2012-12-08 at 8.17.17 AM.png
    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.