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
First reported in nextcloud/server#35296 (which was itself a repost of nextcloud/server#35187 (review)), but after some testing, I believe this is more of a components issue rather than strictly a server issue (but you can correct me if I'm wrong).
In either of the example boxes provided (doesn't matter which one), do the following steps:
Case 1
Append a mention @Test01 after the example sentence.
Press Backspace to remove the space after the mention.
Press Left to move the cursor to the left of the mention.
Press Right.
Expected: the cursor should be directly to the right of the mention.
Actual: the cursor remains in place.
In the other example box, click anywhere in the whitespace to the right to place the cursor at the end.
Press Backspace to remove the space after the mention.
Expected: the cursor should be directly to the right of the mention.
Actual: the cursor disappears entirely.
The same also happens when you click in the whitespace again to try to place the cursor that way. This is the worst case as the mention can no longer be edited in this state (unless you undo with Ctrl-Z, but that's only if a previous state is available which may not always be the case).
Case 2
Delete the example sentence and replace it with a mention @Test01.
Press Backspace to remove the space after the mention.
Press Left.
Expected: the cursor should be directly to the left of the mention.
Actual: the cursor remains in place.
Click in the whitespace to the left of the mention.
Expected: the cursor should be directly to the left of the mention.
Actual: the cursor disappears entirely.
In the other example box, click anywhere in the whitespace to the right to place the cursor at the end.
Press Backspace to remove the space after the mention.
Expected: the cursor should be directly to the right of the mention.
Actual: the cursor disappears entirely, and the content is now un-editable (as above).
The text was updated successfully, but these errors were encountered:
First reported in nextcloud/server#35296 (which was itself a repost of nextcloud/server#35187 (review)), but after some testing, I believe this is more of a components issue rather than strictly a server issue (but you can correct me if I'm wrong).
Steps to reproduce
Case 1
@Test01
after the example sentence.Expected: the cursor should be directly to the right of the mention.
Actual: the cursor remains in place.
Expected: the cursor should be directly to the right of the mention.
Actual: the cursor disappears entirely.
The same also happens when you click in the whitespace again to try to place the cursor that way. This is the worst case as the mention can no longer be edited in this state (unless you undo with Ctrl-Z, but that's only if a previous state is available which may not always be the case).
Case 2
@Test01
.Expected: the cursor should be directly to the left of the mention.
Actual: the cursor remains in place.
Expected: the cursor should be directly to the left of the mention.
Actual: the cursor disappears entirely.
Expected: the cursor should be directly to the right of the mention.
Actual: the cursor disappears entirely, and the content is now un-editable (as above).
The text was updated successfully, but these errors were encountered: