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

</em> not autocompleting #4959

Closed
dangoor opened this issue Aug 27, 2013 · 6 comments
Closed

</em> not autocompleting #4959

dangoor opened this issue Aug 27, 2013 · 6 comments

Comments

@dangoor
Copy link
Contributor

dangoor commented Aug 27, 2013

Steps to reproduce:

  1. Open Getting Started index.html file
  2. Navigate to the <h2> tag
  3. Place the cursor before the "g" in guide
  4. Type <em>. (</em> is added for you)
  5. Delete the </em>
  6. Put the cursor just before the exclamation point
  7. Type </

Expected: em> is added for you. Actual: nothing is added for you.

I think the fact that the cursor is in front of a ! character is the key here. This seems pretty low priority, but I wanted to file it.

@rajeshsegu
Copy link

This works just fine on the latest code base. I am on MacOSX.

@dangoor
Copy link
Contributor Author

dangoor commented Aug 30, 2013

I tried it again just now running from master and I can still reproduce it following the steps above. Are you certain you typed </ just before the exclamation point? It fails in that particular spot but works elsewhere.

@ghost ghost assigned dangoor Aug 30, 2013
@dangoor
Copy link
Contributor Author

dangoor commented Aug 30, 2013

I'm going to call this low priority and claim it. Given that it only fails to autocomplete in these very specific circumstances, it doesn't seem quite medium priority to me.

@RaymondLim
Copy link
Contributor

I can reproduce it with any non-space character, not just ! in the vanilla CodeMirror demo page. CodeMirror issue.

@RaymondLim
Copy link
Contributor

This is already fixed with today's update of CodeMirror. FBNC to @dangoor

@dangoor
Copy link
Contributor Author

dangoor commented Sep 10, 2013

Confirmed fixed.

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