Opened 11 years ago
Closed 11 years ago
#11850 closed Bug (fixed)
applyToAll not set on fakeobject filter
Reported by: | (David *)Frenkiel | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.1 |
Component: | Core : Parser | Version: | 4.3 |
Keywords: | Cc: |
Description
Create a fake object. The result is an image node. Set contentEditable to "false" on this node. Switch to source mode. Expected: The source contains the original object. Actual: The source contains the fake <img> markup.
Change History (6)
comment:1 Changed 11 years ago by
Keywords: | fakeobjects htmlFilter removed |
---|---|
Milestone: | → CKEditor 4.4.1 |
Status: | new → confirmed |
Version: | 4.3.5 → 4.3 |
comment:2 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 11 years ago by
Owner: | changed from Olek Nowodziński to Piotrek Koszuliński |
---|
comment:4 Changed 11 years ago by
Status: | assigned → review |
---|
I pushed branch:t/11850 on dev and tests.
comment:5 Changed 11 years ago by
Status: | review → review_passed |
---|
Fix solves the issue. I've force pushed branches rebased on master.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on master with git:0f68337 on dev and 1267405 on tests.
I don't know any reason why would the "downcast" filter be only applied to editable content, so let's check if we can change this.