-
31 Aug 2010 1:39 PM #1
[FIXED-249] selectedCls defaults not to 'x-item-selected' class
[FIXED-249] selectedCls defaults not to 'x-item-selected' class
Sencha Touch version tested:
- 0.9 rev 3
- only default ext-all.css
Platform tested against:- iOS 3.x
Description:- The config option selectedCls of the DataView defaults not to the build in class 'x-item-selected' as documented. It's also not enough to set it: you have copy the definition to your own style definition to get the selection class work. It's the same with the undocumented config option pressedCls: I would expect that the class is enabled by default for the DataView.
Steps to reproduce the problem:- Just build a Dataview and set the singleSelect to true.
The result that was expected:- The items are not highlighted when pressed and not showed as selected.
Debugging already done:- Yes
Possible fix:- Copy the original classes or build own classes and set the selectedCls and/or the pressedCls config option to these classes
-
1 Sep 2010 8:33 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
Thank you for the report.
-
6 Sep 2010 6:38 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
I have not been able to reproduce this in the latest trunk. In the DataView class the defaults are set like this:
In the list example when you open the developer tools and press/select an item, the classes are correctly being added to the node. Maybe this was broken, and has already been fixed recently. Closing this bug as fixed.Code:/** * @cfg {String} selectedCls * A CSS class to apply to each selected item in the view (defaults to 'x-item-selected'). */ selectedCls : "x-item-selected", /** * @cfg {String} pressedCls * A CSS class to apply to an item on the view while it is being pressed (defaults to 'x-item-pressed'). */ pressedCls : "x-item-pressed",
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
x-item-selected class on list doen't work
By wakatanka in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 1 Sep 2010, 8:56 AM -
[OPEN] [FIXED-249][3.x] Adjusting min/max dates on a DatePicker before it's rendered
By Animal in forum Ext 3.x: BugsReplies: 1Last Post: 16 Sep 2009, 9:41 PM -
[FIXED] Selected Tree Item not Shown as Selected After Reordering the Tree Item
By nyklogistics in forum Ext GWT: Bugs (2.x)Replies: 5Last Post: 26 Jun 2009, 2:42 AM -
[FIXED][3.x] Menu item hover class problems...
By stever in forum Ext 3.x: BugsReplies: 6Last Post: 28 May 2009, 7:41 AM -
[FIXED] RadioGroup.getValue() returns true regardless of the item selected
By negge in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 27 Jun 2008, 4:01 AM


Reply With Quote
