Opened 11 years ago
Closed 10 years ago
#13292 closed Bug (fixed)
Protection pattern does not work in attribute in self-closing elements with no space before />
| Reported by: | Piotrek Koszuliński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.4.8 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Based on: https://github.com/ckeditor/ckeditor-dev/pull/185
Test:
<img src="[[image]]" /> <img src="[[image]]"/>
With the following setting:
{
protectedSource: [
/\[\[[^\]]+\]\]/g
]
}
Change History (2)
comment:1 Changed 11 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 10 years ago by
| Milestone: | → CKEditor 4.4.8 |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |

Fixed on master with git:a2ff7bf.