Opened 8 years ago

Closed 8 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

  1. 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>
  1. Try to edit the link in "Link" toolbar button
  2. 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.

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #12197

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy