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
try to delete someones cursor by pressing backspace where the cursor of the other person is on an empty line
try to do the same thing using edge on mobile latest version or chrome beta on mobile latest version at the time of writting
the issue dosen't happen on pc versions or when using a pc version bundled into a mobile app (for example kiwi browser which is a desktop chromium but bundled to be on mobile)
the issue is related to chromium version for android tested on andriod v10
Expected behavior
the same behavior as desktop version when trying to delete someone cursor on an empty line it should delete the line and push both cursors one line up
Additional context
Add any other context about the problem here.
This issue isn't a blocker for my project but I wanted to let the devs know about it... and it might be a small fix with css or html and its nice to have less bugs in general
The text was updated successfully, but these errors were encountered:
y-prosemirror renders the username using ProseMirror's Decoration.widget. I create a DOM element and feed it into the widget. I'm not doing anything edgy here..
There seems to be a recent change in WebKit that affects ProseMirror's ability to read changes. @marijnh do you have an idea what's going on?
someone said its an andriod issue so this is kiwi browser (they take chromium for desktop and bundle it somehow for andriod so you can use chrome extensions etc)
SVID_20241221_003307_1.mp4
i feel like the issue is the browser thinks the username is part of the text document so it trys to delete the space or the first char of the name
Describe the bug
when pressing backspace on someone's cursor their name gets printed into the text document
To Reproduce
Steps to reproduce the behavior:
the issue dosen't happen on pc versions or when using a pc version bundled into a mobile app (for example kiwi browser which is a desktop chromium but bundled to be on mobile)
the issue is related to chromium version for android tested on andriod v10
Expected behavior
the same behavior as desktop version when trying to delete someone cursor on an empty line it should delete the line and push both cursors one line up
Screenshots
( i will add in comments )
Environment Information
[email protected]
[email protected] deduped
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: