You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When editing a table, you can navigate using the arrow keys on the keyboard. However when you move from one cell to the next, the cursor will end up being placed at the top corner of the cell instead of inside the cell. If you then try to type something, a new column will be created, before the text will be added to the cell. It can also happen, the the whole content will shift to the right as soon as you enter to the cell using arrow keys.
To Reproduce
Steps to reproduce the behavior:
Create a new text document.
Insert a table to the document and add some content to it
Klick inside a cell on the left
Use the arrow right key to navigate to the next cell right to it
See the cursor blinking as horizontal line on top of the cell instead of inside of it
Start typing, which creates a new cell instead of adding the text to the existing cell
Expected behavior
When moving with the arrow keys, the cursor will move the same way as using the [Tab] or [Shift]+[Tab].
Screenshots
This is, how it looks like when you move to the next cell with arrow right:
And this happens when you then start typing - a new column will be created
In fact - the content will shift to the right, as soon as you enter the cell using the arrow keys and will shift back, when you leave the cell without typing any text:
Server details:
Nextcloud version: 28.0.0, 28.0.1
PHP Version: 8.1
Database: MariaDB 10.11
Client details:
OS: Windows
Browser: Chrome, Edge, Firefox
Browser version: the latest versions as of December 2023
Device: Desktop
The text was updated successfully, but these errors were encountered:
Thanks for your report @arnowelzel! This already got fixed with #5148 (and got backported to stable28). Will be shipped with the upcoming 28.0.2 release.
Describe the bug
When editing a table, you can navigate using the arrow keys on the keyboard. However when you move from one cell to the next, the cursor will end up being placed at the top corner of the cell instead of inside the cell. If you then try to type something, a new column will be created, before the text will be added to the cell. It can also happen, the the whole content will shift to the right as soon as you enter to the cell using arrow keys.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When moving with the arrow keys, the cursor will move the same way as using the [Tab] or [Shift]+[Tab].
Screenshots
This is, how it looks like when you move to the next cell with arrow right:
And this happens when you then start typing - a new column will be created
In fact - the content will shift to the right, as soon as you enter the cell using the arrow keys and will shift back, when you leave the cell without typing any text:
Server details:
Client details:
The text was updated successfully, but these errors were encountered: