Ticket #7273 (closed defect: fixed)
Grid: after sort, scroller reset to (0,0)
| Reported by: | clown | Owned by: | toonetown |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: | becky, davidb |
Description
Invoking sort on the grid by, say, clicking a column header causes parts of the DOM to be replaced. A side effect is that the current position of the scroller is lost, and it is reset to (0,0).
To reproduce:
- load http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_keyboard.html
- move the grid's horizontal scroll bar such that column 15 is in view.
- click column 15 header to sort the grid.
- after the sort is finished, the horizontal position of the grid is reset back to column 1.
The grid scroll position should not change.
Change History
Note: See
TracTickets for help on using
tickets.