-
12 Jan 2011 6:47 AM #1
[FIXED-1493] Ext.ux.form.MultiSelect not using correct selected item style
[FIXED-1493] Ext.ux.form.MultiSelect not using correct selected item style
The Ext.ux.form.MultiSelect is not placing the correct style sheet on the items which are selected. It is placing the class:
x-list-selected
Instead of the class:
ux-mselect-selected
I have corrected this in my local copy by adding the line:
This will override the default class of x-list-selected and use the correct style sheet class, which is defined in MultiSelect.cssCode:onRender: function(ct, position) { .... this.view = new Ext.ListView({ selectedClass:'ux-mselect-selected', .... }); ....
-
12 Jan 2011 9:15 AM #2
Thanks for the report. This has been fixed in SVN (3.3.x branch).
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Default checkboxlistview how keep the selected style when more than one item is check
By diegolovison in forum Ext GWT: DiscussionReplies: 7Last Post: 13 Dec 2010, 11:40 AM -
scroll multiselect to selected item
By shahdollie in forum Ext 3.x: Help & DiscussionReplies: 8Last Post: 4 Oct 2010, 1:38 PM -
combo selected item's style
By clavinovahan in forum Ext GWT: DiscussionReplies: 1Last Post: 17 May 2010, 5:24 AM -
[FIXED-757] Read Only Ext.ux.form.MultiSelect
By dtex-lab in forum Ext 3.x: BugsReplies: 0Last Post: 19 Mar 2010, 11:16 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


Reply With Quote