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

When typing a slash immediately after an empty tag, the tag is closed with an extra unrelated tag. #1844

Closed
RaymondLim opened this issue Sep 25, 2013 · 1 comment

Comments

@RaymondLim
Copy link

  1. Open http://codemirror.net/demo/closetag.html in a browser.
  2. Type > to close the html tag.
  3. Type <hr/ when cursor shows up on next line.

Result: CodeMirror auto close the tag and you get <hr/html> on that line.

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