Opened 11 years ago
Last modified 11 years ago
#11811 closed Bug
Widget's data are not encoded correctly when passed to attribute — at Version 1
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.1 |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
- Open codesnippet sample.
- Create snippet with
<!--Foo-->
content. - Copy it.
- Paste it.
- Results:
- Chrome: OK.
- FF, IE: snippet contains:
{cke_protected_1}
.
That's because FF and IE do not encode "<" in attribute values. Chrome does this automatically.
Change History (1)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |