Page 1 of 1

Custom Theme Editing Issue

Posted: Thu Feb 09, 2012 10:42 pm
by GregJohnson

I created my own theme, but when I add a block of code to the HTML and save it, then come back to it, its got the code I added doubled.


Custom Theme Editing Issue

Posted: Thu Feb 09, 2012 10:43 pm
by GregJohnson

correction, xml


Custom Theme Editing Issue

Posted: Fri Feb 10, 2012 1:00 am
by maxkatz

Can you share the code that you are trying to add and maybe a screen shot of how it looks when you see the code twice?


Custom Theme Editing Issue

Posted: Fri Feb 10, 2012 1:29 am
by GregJohnson

Ya. Here is the code that it should be
precode
<selector name="&#46;customTextBox">
<property name="-moz-border-radius">0px<&#47;property>
<property name="-webkit-border-radius">0px<&#47;property>
<property name="border-radius">0px<&#47;property>
<&#47;selector>
<selector name="&#46;customButton">
<properties>
<property name="-moz-border-radius">5px<&#47;property>
<property name="-webkit-border-radius">5px<&#47;property>
<property name="border-radius">5px<&#47;property>
<&#47;properties>
<&#47;selector>
/code/pre
Image
Image
Image
Image


Custom Theme Editing Issue

Posted: Fri Feb 10, 2012 5:09 pm
by maxkatz

That's a bug..