-
12 Oct 2010 1:02 PM #1
[FIXED-955] ListView column header - missing column header sort cue in gray theme
[FIXED-955] ListView column header - missing column header sort cue in gray theme
Ext version tested:
- Ext 3.3 rev 0
- Ext 3.2 rev 1
Adapter used:- ext
css used:- ext-all-notheme.css + xtheme-gray.css
Browser versions tested against:- Internet Explorer 8.0
- Firefox 3.6.10 (firebug 1.5.4 installed)
- Chrome 6.0.472.63
- Safari 5.0.2
Operating System:- Windows 7 Ultimate
- Mac OS X 10.6.4
Description:- Missing sort direction arrow in gray theme on ListView column header.
Test Case: - see below
See this URL : http://dev.sencha.com/deploy/dev/exa...mes/index.html
Steps to reproduce the problem:- access Ext JS Themes Example
- make sure default Blue Theme is selected
- go to Simple ListView on the bottom of the page and sort the ListView on any column; notice the arrow indicating the sorted column/direction
- switch to Gray Theme
- go to Simple ListView on the bottom of the page and sort the ListView on any column; notice there's no arrow (nor any other visual cue) indicating the sorted column/direction
The result that was expected:- an arrow indicating the sort direction on the sorted column
The result that occurs instead:- no visual cue to indicate the sort direction; there's no way of knowing which column/direction was sorted on
Screenshot or Video:- attached ListView_in_Gray_Theme.png
Debugging already done:- none
Possible fix:
Add the necessary image sprite to gray theme images folder and modify the corresponding css rule in xtheme-gray.css:
In xtheme-blue.css, the corresponding rule links to a background image:Code:.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { background-image: none; border-color: #d0d0d0; }
If this behavior is by design, I suggest it should be changed, as right now there's no proper visual feedback on the sort column/direction.Code:.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { background-image: url(../images/default/grid/sort-hd.gif); border-color: #99BBE8; }
-
12 Oct 2010 1:06 PM #2
Oops, I just noticed this is a duplicate of [OPEN-955]...
-
15 Oct 2010 12:31 PM #3
-
3 Nov 2010 4:46 PM #4
This has been fixed in SVN for 3.3.x revision 7252/7253.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED-955]Sort indicator icon is missing for Simple ListView "Gray" theme sample
By meroy in forum Ext 3.x: BugsReplies: 4Last Post: 30 Jun 2010, 6:37 AM -
[FIXED] [2.0 Trunk] Clicking Column Header of Grouping View selects incorrect column
By Miggins in forum Ext GWT: Bugs (2.x)Replies: 2Last Post: 8 Jun 2009, 5:59 AM -
[FIXED][2.1] GridPanel remoteSort loses previous sort when clicking column header
By allenerb in forum Ext 2.x: BugsReplies: 14Last Post: 29 Apr 2009, 11:37 PM -
[OPEN][1.0 beta3] Table: fill on app start, header sort column, show/hide column bugs
By dav in forum Ext GWT: Bugs (1.x)Replies: 4Last Post: 27 May 2008, 9:10 PM


Reply With Quote