-
13 Apr 2013 5:48 AM #1
ST 2.2 RC - List UI=Round + Grouped Last Item no Highlight
ST 2.2 RC - List UI=Round + Grouped Last Item no Highlight
REQUIRED INFORMATION
Ext version tested:- ST 2.2 RC
- Chome
- If a list is set to UI=round and is grouped, the last item in the group does not highlight the row when you select it. All other items in the list group highlight as expected
- If a list group has only 1 item in it, it also does not highlight when you select it.
- new project
- add list to container with list config ui: round and grouped: true
- assign store with grouper to list.
- stores data should provide a group with 1 item in it and another with two or more.
- you'll notice that the group with 1 item in it does not highlight
- you'll notice that the group with 2 or more items in it, the last item does not highlight. all other items do highlight when selected.
- in browser, select the last item of any group. it highlights
- if only one item in group, it should highlight when selected.
- in browser, select the last item of any group. does not highlight
John
Code:Ext.Viewport.add({ xtype : 'list', ui : 'round', grouped : true, itemTpl : '{foo}', store : { fields : ['foo', 'group'], groupField : 'group', data : [ { foo : 'a', group : 1 }, { foo : 'b', group : 2 }, { foo : 'c', group : 2 } ] } });Last edited by mitchellsimoens; 13 Apr 2013 at 11:50 AM. Reason: added test case
I love being a dad (5 & 7), flying airplanes (KBED) and writing code (spaghetti).
BostonMerlin aka John Bond aka JB
See U @ SenchaCon '13
-
13 Apr 2013 11:50 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 435
Thanks for the report! I have opened a bug in our bug tracker.
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-4321
in
2.2.


Reply With Quote