Yet another cursor bug
See original GitHub issueDescription
If you move cursor in source code mode we got “random” characters in marked.js src
. Works with commit 216c522
but I didn’t really look into it yet.
Steps to reproduce
- Set
console.log(src);
here - Write some text
- Move cursor position
Expected behavior:
No garbage in marked.js parser.
Actual behavior:
Versions
- Mark Text: ? (past
216c522
) - OS: linux
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Fix Annoying Double Cursor on Windows 10 - YouTube
Ever had two cursors suddenly appear on your screen? ... More than the name implies we have gone beyond being just another computer...
Read more >Yet another mouse problem, page 1 - Forum - GOG.com
When I continued from the bank just a few minutes ago, I noticed that the problem was still there. When making slow motions...
Read more >Multiple Issues (Cursor) SOLUTION THAT WORKED FOR ME.
The two cursors flash continuously. One cursor (upper right of screen) disappeared then reappeared intermittently. The other flashing cursor ( ...
Read more >Cursor Glitch? X|S : r/haloinfinite - Reddit
It stays on throughout matches and all over the menu. restarting console does not fix this so I'm assuming it's yet another bug....
Read more >Two cursors. One moves. Cannot Click. - Apple Community
Has anyone had a problem on wake from sleep with the mouse cursor on Monterey? Twice I've had two cursors. One moves based...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@fxha yeah, maybe need adjust the cursor again. when cursor is:
change to:
What’s your opinions?
@fxha I will check and fix this bug after #74 merged.