Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Invalid
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:ICEfaces3 trunk rev. 29003
Browser: Firefox12 (may be in other browsers)
Server: Tomcat7
-
Assignee Priority:P2
Description
In showcase app, on the ace:dataTable -> Grouping page:
When loading the page initially, it has sorting enabled for 2 columns (1- Chassis, 2- Accel). These columns are highlighted.
A user can click on another column to sort, and then remove this third sorting by clicking on 'Chassis' or 'Accel', but cannot remove the default sorting by Chassis and by Accel.
When loading the page initially, it has sorting enabled for 2 columns (1- Chassis, 2- Accel). These columns are highlighted.
A user can click on another column to sort, and then remove this third sorting by clicking on 'Chassis' or 'Accel', but cannot remove the default sorting by Chassis and by Accel.
Activity
Carmen Cristurean
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Salesforce Case | [] | |
Assignee Priority | P2 | |
Affects Version/s | 3.0.1 [ 10282 ] | |
Affects Version/s | 3.1.0.BETA1 [ 10335 ] | |
Security | Private [ 10001 ] | |
Assignee | Ken Fyten [ ken.fyten ] | Nils Lundquist [ nils.lundquist ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Nils Lundquist
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Nils Lundquist
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Invalid [ 6 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
One possible solution would be to adopt a 3-step toggle for when a column is clicked to be sorted within a multi-column sort.
Currently, Ctrl/Command clicking the column will toggle it's sort between asc/dec (2 steps). If we instead toggle between asc/desc/unsorted that would solve this issue.