-
15 Mar 2013 10:15 AM #1
[2.2.0b1][WP] Selected list item is purple
[2.2.0b1][WP] Selected list item is purple
REQUIRED INFORMATION
Ext version tested:- Sencha 2.2.0b1
Browser versions tested against:- Chrome 25
Description:- Selected list item is purple and I'm not sure if it is intentional. I would have expected some other color (gray/silver).
The result that was expected:- Selected list item background is gray
The result that occurs instead:- Selected list item background is purple
Test Case:
Code:var list = Ext.create('Ext.List', { fullscreen: true, itemTpl: '{title}', data: [ { title: 'Item 1' }, { title: 'Item 2' }, { title: 'Item 3' }, { title: 'Item 4' } ] }) Ext.Viewport.add(list);
HELPFUL INFORMATION
Screenshot or Video:
list-violet.png
Possible fix:
Additional CSS used:Code:/* Fixing WP theme #910091 color */ .x-list .x-list-item.x-item-selected.x-list-item-tpl .x-innerhtml { background-color: gray; }- only default base.css and wp.css
-
15 Mar 2013 12:45 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- 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-4137
in
a recent build.


Reply With Quote