michaelyah / gwt-ckeditor

Automatically exported from code.google.com/p/gwt-ckeditor
0 stars 0 forks source link

font-family style attribute normalized => not recognized because of its case-sensitive nature #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open editor.
2. Select text.
3. Apply a font.

What is the expected output? What do you see instead?
The selected font will be lowercase; font-family being case-sensitive => font 
not found.

What version of the product are you using? On what operating system?
gwt-ckeditor 1.0
Windows 7 Pro x64
Ubuntu 12 x32

Please provide any additional information below.
In the normalizeCssText JS function all strings are finally passed through 
toLowerCase() function => BUG.
This has been fixed in the last release of ckeditor, but gwt-ckeditor does not 
use the last version of ckeditor.

Original issue reported on code.google.com by bogdan.p...@gebs.ro on 21 May 2013 at 11:44