Opened 11 years ago
Closed 11 years ago
#12179 closed defect (fixed)
Cell focus is lost on merged cells
Reported by: | zhuxw | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Use CellMerge? plugin in grid, merge several cells in a row, and use the first cell as the major cell. Then focus the merged cell, press right key try to navigate to the next visible cell. The focus will get lost since it's actually focusing the hidden cell. To solve this issue need to rewrite the move function in _FocusManager.
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed by [23680]