Opened 13 years ago
Closed 13 years ago
#4848 closed defect (fixed)
arrow key navigation in grid scrolls too much
Reported by: | Adam Peller | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
(tested on FF2)
hit the down arrow in the grid. It will take you down one row but also scroll the grid -- perhaps the event is bubbling when it shouldn't? Now, press and hold the arrow. The cell selection will change by one, but the grid will continue to scroll until the selected cell is out of view.
Perhaps the scrolling should only occur when the selection takes you beyond the visible range of cells? page up/page down work well.
Attachments (2)
Change History (9)
comment:1 Changed 13 years ago by
Owner: | changed from sjmiles to sorvell |
---|
comment:2 Changed 13 years ago by
Milestone: | → 1.0 |
---|
comment:3 Changed 13 years ago by
Owner: | changed from sorvell to benschell |
---|
Changed 13 years ago by
Attachment: | 4848.patch added |
---|
Stops scroll events, ensures scrolling by keyboard works properly.
comment:4 Changed 13 years ago by
Status: | new → assigned |
---|
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Re-opening: the right/left keys still scroll the scrollbar AND the focus at the same time. This should be fixed so that the scrollbar only moves iff we're at the edge of the box (and therefore moving the focus to a box currently out of view).
I'm taking a stab at a whole bunch of Grid bugs. Re-assigning.