protoc / zen-coding

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

TextMate - border radius abbreviations not expanding correctly #254

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a new CSS document in TextMate
2. Add a selector e.g. body {}
3. Add bdrz, bdrz:w or bdrz:m within this selector
4. Hit the expand abbreviation activation shortcut 

What is the expected output? What do you see instead?
Expected output should be "
border-radius: ;" 
or 
"webkit-border-radius: ;" 
or 
"moz-border-radius: ;"

What version of the product are you using? On what operating system?
OS X 10.6.6, Zen Coding 0.7

Please provide any additional information below.
The following list of abbreviations:
bdl
bdl:n
bdl+
bdlw
bdls
bdls:n
bdlc
bdrz
bdrz:w
bdrz:m
bdtrrz
bdtlrz
bdbrrz
bdblrz
bg
bg:n
bg+

Expanded to:
border-left:;
border-right:;
border-bottom-style:;
border-bottom-style:none;
border-left-color:#000;
border-left-style:;
background:;
<bdtlrz></bdtlrz>
border-left:;
border-left:none;
border-left:1px solid #000;
border-left-width:;
border-left-style:;
border-left-style:none;
border-left-color:#000;
<bdrz></bdrz>
<bdrz:w></bdrz:w>
<bdrz:m></bdrz:m>
<bdtrrz></bdtrrz>
<bdtlrz></bdtlrz>
<bdbrrz></bdbrrz>
<bdblrz></bdblrz>
background:;
background:none;
background:#FFF url() 0 0 no-repeat;

As you can see the border radius abbreviations do not expand correctly.

Original issue reported on code.google.com by shay.hur...@gmail.com on 15 Mar 2011 at 3:52

GoogleCodeExporter commented 9 years ago
this happens with coda v. 1.7 for Mac running osx 10.6.6

Original comment by beppe...@gmail.com on 19 May 2011 at 9:33

GoogleCodeExporter commented 9 years ago
There’s a typo in Wiki page: abbreviations are `bdrs*` (ends with `s`, not 
`z`)

Original comment by serge....@gmail.com on 25 Jun 2012 at 8:35