-
24 Oct 2012 8:25 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
[4.1.2] Button not prefixing its over/pressed CSS classes
[4.1.2] Button not prefixing its over/pressed CSS classes
From Ext.button.Button (these classes end up on the button el, guessing it's not intentional):
Should be more likeCode:baseCls: Ext.baseCSSPrefix + 'btn', pressedCls: 'pressed', overCls: 'over', focusCls: 'focus',
Code:baseCls: Ext.baseCSSPrefix + 'column-header ' + Ext.baseCSSPrefix + 'unselectable', hoverCls: Ext.baseCSSPrefix + 'column-header-over',
-
24 Oct 2012 4:40 PM #2
Not sure what you mean?
Code:Ext.require('*'); Ext.onReady(function() { Ext.create('Ext.button.Button', { pressed: true, text: 'Foo', renderTo: document.body }) });Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
24 Oct 2012 9:25 PM #3Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
Hover over it, take another look ("over" will be there)
-
30 Oct 2012 9:41 AM #4
-
14 Nov 2012 3:57 AM #5
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote