Opened 9 years ago
Closed 8 years ago
#14926 closed defect (patchwelcome)
Keyboard up/down arrows in grid
Reported by: | jbest | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Navigate to http://demos.dojotoolkit.org/demos/grid/demo.html
- Select First record
- Press and hold down arrow.
Grid will lock up and stop responding to up/down arrows.
Attachments (2)
Change History (5)
Changed 9 years ago by
Attachment: | 14926.patch added |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The stack for keepRows was growing beyond the length set for keepRows. Only pushing items not flagged as re-use when building the page. I will attach a test patch tomorrow. I was using dojox/grid/tests/test_data_grid_large.html for manual testing.