Hello,
I have the following scenario:
1. in the editor css file:
2. in the toolsfile.xml:
3. Now open the editor in chrome (v. 26.0.1410.64) and check the ApplyCssClass drop down - it does not contain Lightbox Link. But it works fine in IE9
If I change the toolsfile.xml content to value="a.lightbox-link" (lowercase b) then it works in chrome but not in IE.
Does the editor treats css class names as case sensitive?
Can this be fixed?
I have the following scenario:
1. in the editor css file:
a.lightBox-link { color:Red;}<classes><class name="Lightbox Link" value="a.lightBox-link" /></classes>If I change the toolsfile.xml content to value="a.lightbox-link" (lowercase b) then it works in chrome but not in IE.
Does the editor treats css class names as case sensitive?
Can this be fixed?