question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Yet another cursor bug

See original GitHub issue

Description

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

  1. Set console.log(src); here
  2. Write some text
  3. Move cursor position

Expected behavior:

No garbage in marked.js parser.

Actual behavior:

cursor-bug

Versions

  • Mark Text: ? (past 216c522)
  • OS: linux

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Jocscommented, Mar 28, 2018

@fxha yeah, maybe need adjust the cursor again. when cursor is:

- a
<cursor>
- b

change to:

- a<cursor>

- b

What’s your opinions?

0reactions
Jocscommented, Mar 28, 2018

@fxha I will check and fix this bug after #74 merged.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found