Opened 9 years ago
Closed 9 years ago
#14343 closed Bug (duplicate)
Inline style doesn't support background-image
Reported by: | fernandomm | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.6 |
Keywords: | Cc: |
Description
Steps to reproduce
- Create link with the following content in full featured editor http://ckeditor.com/demo#full:
<a href="http://google.com" style="background-image: url('http://example.com')">Example</a>
- Try to edit the link in "Link" toolbar button
- When you click Ok, you will get the following message:
Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.
Expected result
The inline style is valid and should be accepted.
Actual result
You can't edit the link unless the background-image is removed.
DUP of #12197