Opened 10 years ago
Closed 10 years ago
#13195 closed defect (fixed)
EDG.NestedSorting - incorrect sort tip
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.7.0b1 |
Keywords: | edg nested sort tip | Cc: | |
Blocked By: | Blocking: |
Description
Steps to reproduce:
- Run the attached test case
- Click "Single Sort-Ascending" on the "Job" column.
- On the "Type" column, do the following steps in sequence:
1) Move the mouse pointer to "2". The tooltip shows "Nested Sort-Ascending". Click the icon.
2) Move the mouse pointer to "2v". The tooltip shows "Nested Sort-Descending". Click the icon
3) Move the mouse pointer to "2x". The tooltip shows "Nested Sort-Do not sort this column". Click the icon
<<Error>>
4) Move the mouse pointer to "2". The tooltip shows "Nested Sort-Do not sort this column ".
<<Expected Result>>
The tooltip should show "Nested Sort-Ascending" again.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | 13195.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test case