Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening angle bracket causes text to disappear when moving cursor #345

Closed
itszn opened this issue Oct 3, 2017 · 2 comments
Closed

Opening angle bracket causes text to disappear when moving cursor #345

itszn opened this issue Oct 3, 2017 · 2 comments

Comments

@itszn
Copy link

itszn commented Oct 3, 2017

Expected behavior

Moving the cursor would not cause text to disappear to the right of it.

Actual behavior

If the cursor any further than one character before the first < character, all characters after the cursor are invisible.

Steps to reproduce

  • Type AAAAAAAAAAAAAB<BBBBBBBBBBBB into a console
  • Move your cursor over any of the Bs
  • The Bs to the left of the cursor should disappear

Browser and OS

Chrome 61 Win 8.1/ Win 10

It think it is related to the < not being escaped.

jcubic added a commit that referenced this issue Oct 4, 2017
@jcubic
Copy link
Owner

jcubic commented Oct 4, 2017

fixed in devel branch

@jcubic jcubic closed this as completed Oct 9, 2017
@jcubic
Copy link
Owner

jcubic commented Oct 9, 2017

Released in 1.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants