Opened 10 years ago
Closed 10 years ago
#9601 closed Bug (fixed)
Support for config.disableReadonlyStyling is missed in v4
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Styles | Version: | 4.0 |
Keywords: | Cc: |
Description
There's a doc, but nothing else :).
Lack of this feature may be verified in placeholder plugin - in v3 placeholder may be bolded, in v4 no.
Change History (8)
comment:1 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Status: | assigned → review |
---|
comment:3 Changed 10 years ago by
Component: | General → Core : Styles |
---|---|
Status: | review → review_failed |
Unlike v3, document could be shared by multiple inline editor instances, thus the configuration data must go onto editable instead.
comment:4 Changed 10 years ago by
We talked about it yesterday and decided that we'll just port it as is because the possibility of having someone facing this issue is close to zero. We may change it later if we feel necessary.
comment:5 Changed 10 years ago by
I pushed t/9601 on tests and dev. This time config is passed by editable's custom data.
comment:6 Changed 10 years ago by
Status: | review_failed → review |
---|
comment:7 Changed 10 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Pushed t/9601.