Opened 8 years ago
#16985 new Bug
Bugs with colors
Reported by: | Anton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
Hello. I found a bug. If i write the text with color (without any parameters like bold, italic and underline) and save that, is shows fine, and i in second try i add formatting, is still works fine. But if i do all formatting at one time and save that, the colors will ignoring.
- Add in editor word 'Red' and give it the following properties: red color and bold font.
- Save
Expected result
Red text with bold and italic on page and in editor
Actual result
Text with bold and italic, but with black color. By the way, in editor all whows fine
Other details (browser, OS, CKEditor version, installed plugins)
Last version of CKEditor. I used Django (1.11 and 1.10). There's a url on Django's adaptaion: https://github.com/django-ckeditor
By the way, if i give a red color to my text, but dont give a bold font, all works fine. And if i after first save open the text and give a text other formatting, all is OK. But if i do all at one time, i take that bug.
P.S. Sorry for my English. I hope you understand me.