CMSMS v1.10 issue with MicroTiny
Posted: Wed Oct 26, 2011 11:45 am
There's a small problem with MicroTiny bundled with CMSMS 1.10. If more than 1 custom styles are setup in the MicroTiny configuration, the first style selection always ends up appending a comma "," after the class name.
Here are the steps to replicate this problem:
- Go to Extensions > MicroTiny WYSIWYG Editor > Settings
- In the CSS Styles field, enter the follow or something similar:
- Save Settings
- Highlight a word or two and apply the first style ("mystyle" in my example above).
- Now view the HTML and you will see that the class name has a comma in it like below:
Please let me know if there is some place else I should log this as a bug.
Thanks,
Sanjay
Here are the steps to replicate this problem:
- Go to Extensions > MicroTiny WYSIWYG Editor > Settings
- In the CSS Styles field, enter the follow or something similar:
Code: Select all
mystyle=mystyle1
mystyle1=mystyle2
mystyle2=blah
- Highlight a word or two and apply the first style ("mystyle" in my example above).
- Now view the HTML and you will see that the class name has a comma in it like below:
Code: Select all
<span class="mystyle,">Lorem</span>
Thanks,
Sanjay