Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

[Core][Closing tag]: It should not insert anything when close the self-closing tag. #5353

Closed
julieyuan opened this issue Sep 26, 2013 · 4 comments

Comments

@julieyuan
Copy link

According to comments of issue #5337, open this closing tag issue here. This issue is recently introduced in sprint31.

Steps:

  1. Launch Brackets and open the default index.html file.
  2. Input some self-closing tags before another tag, for example, at line 63, try to input <hr/ or <br/

Result:
At step2, it will insert body>

Expected:
It should not insert anything.

ENV: MAC10.8 and Win8.1 English OS
Build: 0.32.0-9618

Snapshots:
Please refer to snapshots for details:
111

@RaymondLim
Copy link
Contributor

I have logged an issue codemirror/codemirror5#1844 in CodeMirror.

@njx
Copy link

njx commented Sep 30, 2013

Reviewed. Marking medium priority. @RaymondLim - it might be worth bisecting in CodeMirror to figure out where the issue was introduced, and if the cause is obvious, submit a fix to CodeMirror.

@RaymondLim
Copy link
Contributor

FBNC to @julieyuan. Wait for the next build with CodeMirror update to regress it.

@ghost ghost assigned julieyuan Oct 16, 2013
@julieyuan
Copy link
Author

It is fixed with build 0.33.0-10152. So closing it. Here is the snapshot for reference:
screen shot 2013-10-28 at 6 50 42 pm

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

No branches or pull requests

3 participants