chrsmithdemos / zen-coding

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

$ in () element #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. .block>(a[href=#]>img[src=$.png][alt=$])*2

What is the expected output? What do you see instead?

expected:
<div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img 
src="2.png" alt="2"></a></div>

see instead:
<div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img 
src="1.png" alt="1"></a></div>

What version of the product are you using? On what operating system?
Windows 7 SP1, Dreamweaver CS5, Zen-Coding 0.7.2

Original issue reported on code.google.com by dtama...@gmail.com on 4 Aug 2011 at 12:07

GoogleCodeExporter commented 9 years ago
Try this abbreviation as a workaround for your problem:

.block>a[href=#]*2>img[src=$.png alt=$]

Item numbering inside groups are buggy right now

Original comment by serge....@gmail.com on 4 Aug 2011 at 12:26

GoogleCodeExporter commented 9 years ago
I tried this abbreviation as well, but also didn't worked. Maybe 0.7.5 version 
solve this? I use 0.7.2.

Original comment by dtama...@gmail.com on 4 Aug 2011 at 12:33

GoogleCodeExporter commented 9 years ago
The workaround works for me in the latest extension version.

Original comment by GreLIm...@gmail.com on 6 Oct 2011 at 3:39

GoogleCodeExporter commented 9 years ago
Issue 303 has been merged into this issue.

Original comment by serge....@gmail.com on 12 Dec 2011 at 10:27

GoogleCodeExporter commented 9 years ago
I have not been able to get editarea to expand any usage of groups.

Original comment by ad...@waterswinery.com on 18 Dec 2011 at 6:37

GoogleCodeExporter commented 9 years ago
Issue 276 has been merged into this issue.

Original comment by serge....@gmail.com on 4 Jul 2012 at 8:35

GoogleCodeExporter commented 9 years ago
Fixed, will be available in next release
https://github.com/sergeche/zen-coding/commit/e14e9c56eccf77cce9d8ed0746ea71b055
0e5b96

Original comment by serge....@gmail.com on 4 Jul 2012 at 8:49