🐛 Bug Report
Describe the bug
When a board contains more lanes than fit on the visible screen width, lanes on the right side of the board can no longer be moved via drag and drop.
Dragging and dropping lanes works for lanes that are still within the left/vis
To Reproduce
Steps to reproduce the behavior:
- Open a board
- Create enough lanes so that the board becomes wider than the current screen width.
- Try to reorder lanes via drag and drop.
- Notice that lanes on the left side can still be moved.
- Scroll horizontally to the right.
- Try to move lanes on the right side.
- The lanes on the right side cannot be dragged/reordered properly.
Expected behavior
All lanes should be reorderable via drag and drop, regardless of their horizontal position on the board.
Drag and drop should continue to work after the board exceeds the visible screen width and requires horizontal scrolling.
Environment (please complete the following information):
Windows 11,
Chrome - 149.0.7827.115 (64-Bit)
Edge - 149.0.4022.69 (64-Bit)
Kan.bn v0.5.6 (via docker)
Additional context
The issue seems to depend on the available screen width. With fewer lanes, drag and drop works correctly. Once the number of lanes exceeds the visible board width, lanes on the right side stop being movable, while lanes on the left side still work.
🐛 Bug Report
Describe the bug
When a board contains more lanes than fit on the visible screen width, lanes on the right side of the board can no longer be moved via drag and drop.
Dragging and dropping lanes works for lanes that are still within the left/vis
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All lanes should be reorderable via drag and drop, regardless of their horizontal position on the board.
Drag and drop should continue to work after the board exceeds the visible screen width and requires horizontal scrolling.
Environment (please complete the following information):
Windows 11,
Chrome - 149.0.7827.115 (64-Bit)
Edge - 149.0.4022.69 (64-Bit)
Kan.bn v0.5.6 (via docker)
Additional context
The issue seems to depend on the available screen width. With fewer lanes, drag and drop works correctly. Once the number of lanes exceeds the visible board width, lanes on the right side stop being movable, while lanes on the left side still work.