Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    10
    Vote Rating
    0
    mike young is on a distinguished road

      0  

    Default Missing ButtonGroup CSS in IE

    Missing ButtonGroup CSS in IE


    REQUIRED INFORMATION


    Ext version tested:
    • Ext 4.1.3
    Browser versions tested against:
    • IE8
    • IE9
    Description:
    • Button group border color is not replaced in gray theme.
    Steps to reproduce the problem:
    • Create a button group component
    The result that was expected:
    • Botton group border color should be gray
    The result that occurs instead:
    • Button group border color is from the default themes
    Test Case:

    Code:
         Ext.widget({                
                    xtype : 'window',
                    height : 300,
                    width : 400,
                    autoShow : true,
                    tbar : [{
                        xtype : 'buttongroup',
                        title : 'Some Button Group',
                        items : [{
                            text : 'Button One'
                        }, {
                            text : 'Button Two'
                        }]
                    }]
        });
    HELPFUL INFORMATION


    Screenshot or Video:Debugging already done:
    • none
    Possible fix:
    • not provided
    Additional CSS used:
    • only default ext-all-gray.css
    Operating System:
    • Win7 Pro

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    34,118
    Vote Rating
    453
    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 mitchellsimoens has much to be proud of

      0  

    Default


    I'm not seeing this in 4.1.3 or 4.2.0.489
    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.

  3. #3
    Sencha User
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    10
    Vote Rating
    0
    mike young is on a distinguished road

      0  

    Default


    This is from the extjs 4.1.3 examples folder

    IE 10 : buttongroup_gray_ie10.PNG

    IE 9 : buttongroup_blue_gray_eg.PNG buttongroup_blue_gray_ie9.PNG