DataGrid will jump to the pageNode which has the selected row
- Open "dojox/grid/tests/test_data_grid_large.html" in IE.
2. Select the first row of the DataGrid?.
- Drag the scrollbar of the DataGrid? to the bottom.
After "_onFetchComplete", DataGrid? will focus to the first row. This will cause DataGrid? jump to the top.
Change History (6)
Component: |
General →
DojoX Grid
|
Owner: |
changed from anonymous to Bryan Forbes
|
Milestone: |
tbd →
1.5
|
Owner: |
changed from Bryan Forbes to Nathan Toone
|
Milestone: |
1.5 →
future
|
Owner: |
Nathan Toone deleted
|
Resolution: |
→ patchwelcome
|
Status: |
new →
closed
|
In _FocusManager.js, "this._connects.push(dojo.connect(this.grid,"_onFetchComplete", this, "_delayedCellFocus"));" is the root of this symptom. And I have no ideas why you add this line into dojo 1.3.0.