I'm using a fairly standard CKEditor implementation (just a few iframedialog plug-ins) and I've run into a 2 bugs that someone should fix:
1. This one is significant - using FF, if you highlight some text and make it a link, you can't go back and change the color of the text. Changing text color puts the <span> (and the styles the user wants) OUTSIDE the <a> tag. There's no way to change the text color after a link has been defined!!!
2. In fullPage mode, CKEditor is adding empty <style> tags in the <head> section. Harmful? No. But dirty code.
Hopefully someone will fix this soon!
1. This one is significant - using FF, if you highlight some text and make it a link, you can't go back and change the color of the text. Changing text color puts the <span> (and the styles the user wants) OUTSIDE the <a> tag. There's no way to change the text color after a link has been defined!!!
2. In fullPage mode, CKEditor is adding empty <style> tags in the <head> section. Harmful? No. But dirty code.
Hopefully someone will fix this soon!