#5590 closed defect (fixed)
Wrong focus after row adding in grid when moving with with cursor keys.
Reported by: | guest | Owned by: | benschell |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi!
When you select a row with the mouse, then move the focus with the direction keys (cursor keys) and then add a row (we use a button outside the grid for this), the first cell in this new row is set to edit mode. So far, so good. Then if you press the tab key, the focus goes to the next cell in the row you selected first with the mouse instead the next in the new row.
Thanks and best regards!!
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | changed from anonymous to sorvell |
comment:2 Changed 13 years ago by
Owner: | changed from sorvell to benschell |
---|
comment:3 Changed 13 years ago by
Status: | new → assigned |
---|
It actually doesn't matter if you use the arrow keys or not. The problem is that the focus is not moved to the first editable cell, or the first cell if no editors are allowed. Patch attached which changes the focus to the added row.
Changed 13 years ago by
Attachment: | 5590.patch added |
---|
Changed 13 years ago by
Attachment: | 5590.2.patch added |
---|
Minor stylistic correction, removed whitespace.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I'm taking a stab at a whole bunch of Grid bugs. Re-assigning.