What steps will reproduce the problem?
1. paste
'div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1>span)+p*2)+div#footer' into
the editarea demo and attempt to expand it
What is the expected output?
<div id="page">
<div id="header">
<ul id="nav">
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</div>
<div id="page">
<h1><span></span></h1>
<p></p>
<p></p>
</div>
<div id="footer"></div>
</div>
What do you see instead?
div#page>(div#header>ul#nav>li*4>a)+(div#page>(h1>span)+p*2)<div
id="footer"></div>
What version of the product are you using? On what operating system?
The online demo of the edit area plugin, which I've verified on my own
implementation using the latest version.
Please provide any additional information below.
Original issue reported on code.google.com by c2mrD...@gmail.com on 18 Dec 2011 at 7:23
Original issue reported on code.google.com by
c2mrD...@gmail.com
on 18 Dec 2011 at 7:23