-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.5.3
-
None
When having a table with spanned cells and using the cursor keys to navigate up or down through the table rows, then when passing the merged cell, the column selection skips to the leftmost column. This happens because the merged cell has a column index of 0, and so the navigation continues on index 0. The expected behavior however is that the navigation continues from the column that was current before the spanned row was entered, this is the behavior Excel has for example.