chrsmithdemos / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Groups () not working in Editarea #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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