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

XML mode does not handle implicit closing tags like: <img src="..." /> #6

Closed
rdewell opened this issue Feb 10, 2011 · 1 comment
Closed

Comments

@rdewell
Copy link

rdewell commented Feb 10, 2011

Beta 1.

In XML mode, try typing this in:

<div>
<img src=""/>
</div>

You can't type it. It hangs before you close the img tag after typing "/", and won't allow you to type any further.

@marijnh
Copy link
Member

marijnh commented Feb 10, 2011

Thanks for the report. Fixed in ddd807a

blackvladimir referenced this issue in blackvladimir/CodeMirror2 Jul 2, 2012
Karel: remove boldface from keywords to fix cursor positioning
mutahhir referenced this issue in mutahhir/CodeMirror May 22, 2013
gcziprusz pushed a commit to gcziprusz/CodeMirror that referenced this issue Dec 15, 2015
…rror-constructor

Refactor uicodemirror constructor
Close codemirror#17, Close codemirror#6
This issue was closed.
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