Opened 10 years ago
Last modified 9 years ago
#12197 confirmed Bug
dialogadvtab plugin: style field input validation is too restrictive
Reported by: | bvo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.2 |
Keywords: | Cc: | benni.vollmer@… |
Description
I want to specify a background image on a table with a full URL. With the dialogadvtab plugin I have the possibility to set it in the style attribute directly. But the validation function of the field does not allow a ":" sign in the style property value.
Steps to reproduce:
- Go to full demo er nightly Bild ckeditor.
- Select the table in the demo content.
- Call table properties Dialog and click on "advanced" tab.
- In the style input field enter "background-image:url('http://c.cksource.com/a/1/img/sample.jpg')"
- Click on OK.
- Validation failure message appears.
Change History (5)
comment:1 Changed 10 years ago by
Cc: | benni.vollmer@… added |
---|
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.3.5 → 4.1 |
comment:3 Changed 10 years ago by
Version: | 4.1 → 3.6.2 |
---|
Problem can be reproduced from CKEditor 3.6.2 rev. [7176] where we have introduced styles validation.