View Single Post
Old 12-10-2014, 02:59 PM   #1
arspr
Dead account. Bye
arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.arspr ought to be getting tired of karma fortunes by now.
 
Posts: 587
Karma: 668244
Join Date: Mar 2011
Device: none
Possible bug in autocompletion tags

Hi, an issue I've found that I think it's a bug but it also could be a design decision for any reason...

Just suppose you have:

Code:
<p>A simple example text</p>
Then you type <em>:

Code:
<p>A simple <em>example text</p>
And then you try to type the ending </em>:

Code:
<p>A simple <em>example </text</p>
What you get is:

Code:
<p>A simple <em>example </text>text</p>
A bug?
arspr is offline   Reply With Quote