#11780 closed Bug (fixed)
Filter removes all classes/styles/attributes when some ACR allows all and some DACR uses wildcard
| Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.4.0 |
| Component: | General | Version: | 4.4.0 |
| Keywords: | Drupal | Cc: | wim.leers@… |
Description
- Setup editor with settings like:
allowedContent: 'p[*]', disallowedContent: 'p[on*]'
- Load: <p data-x="1" onx="1">foo</p>
- Both attributes are lost when
data-xshould be preserved.
Change History (5)
comment:1 Changed 12 years ago by
| Owner: | set to Piotrek Koszuliński |
|---|---|
| Status: | new → review |
comment:2 Changed 12 years ago by
comment:4 Changed 12 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed on major with git:fe3f0e2 on dev and a0c940c on tests.
comment:5 Changed 12 years ago by
| Cc: | wim.leers@… added |
|---|---|
| Keywords: | Drupal added |
Fix confirmed. I can no longer reproduce this.

Pushed branch:t/11780 on dev and tests.