-
7 Mar 2013 8:53 AM #1
Missing ButtonGroup CSS in IE
Missing ButtonGroup CSS in IE
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.3
- IE8
- IE9
- Button group border color is not replaced in gray theme.
- Create a button group component
- Botton group border color should be gray
- Button group border color is from the default themes
HELPFUL INFORMATIONCode:Ext.widget({ xtype : 'window', height : 300, width : 400, autoShow : true, tbar : [{ xtype : 'buttongroup', title : 'Some Button Group', items : [{ text : 'Button One' }, { text : 'Button Two' }] }] });
Screenshot or Video:- attached
- Attachment 42252[ATTACH=CONFIG]remove[/ATTACH]
- none
- not provided
- only default ext-all-gray.css
- Win7 Pro
-
7 Mar 2013 10:00 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,118
- Vote Rating
- 453
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.
-
8 Mar 2013 9:12 AM #3
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
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote