Opened 10 years ago
Closed 9 years ago
#11698 closed defect (invalid)
cursor style incorrect in dojoxGrid when it finishes to load. (It shows loading hour glass cursor when its already done)
Reported by: | elartigue | Owned by: | elartigue |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | dojoxGrid ojoxGridSortInProgress cursor | Cc: | |
Blocked By: | Blocking: |
Description
the scenario is like this:
1) When the grid is loading, the cursor style changes from "default" to "loading" (the hour glass cursor). Then when the grid finishes to load, the cursor style is again the default image. when the cursor style is correct the grid has this class = "dojoxGrid"
2) after adding a cookie with sort information of the grid, when the grid tries to load the 0 elements grid the grid contains the class "dojoxGrid dojoxGridSortInProgress"
but when it finishes to load the 0 elements(At this moment the grid renders the default no object found message) the class is still "dojoxGrid dojoxGridSortInProgress" when it should be "dojoxGrid"
3) this only happens when it was a sort previous that created the cookie with information. If I delete the cookie the grid class shows fine.
Change History (6)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to bryanforbes |
comment:3 Changed 10 years ago by
the way I fixed it was doing this after the grid loads the 0 elements:
dojo.removeClass(gridname.domNode, 'dojoxGridSortInProgress');
comment:4 Changed 10 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:5 Changed 9 years ago by
Owner: | changed from Bryan Forbes to elartigue |
---|---|
Status: | new → pending |
Can you please attach a reduced test case?
comment:6 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
my system is IE8 , dojo 1.4.2