I've noticed that background images in chrome are not displayed in CKEditor 4.1 if you enter them as absolute paths:
<div style="background-image: url('/images/test.jpg') => won't display on Chrome
BUT:
<div style="background-image: url('http:www.myserver.com/images/test.jpg') will display on Chrome.
It works on Firefox and Safari
AND: It also works on Chrome using CKEditor 3.x...
Any suggestions? Already tried the "baseHref", no success.
I am having the same issue
I am having the same issue
Also the getStyle( name ) function returns an empty url() string and not the image path i.e. url('/folder/to/image.png')
Guys, reporting bugs on the
Guys, reporting bugs on the forum and "+1"ing them is not the right path to solve them -- if you found a bug, please report it on the Development site, as our QA only deals with issues submitted to the tracker. It is impossible to follow all issues reported elsewhere, i.e. on the forum, in blog comments etc.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Sorry. I've just created a
Sorry. I've just created a ticket (10331) for that.
No problem, thank you for
No problem, thank you for submitting the bug report!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!