Opened 12 years ago
Last modified 12 years ago
#10298 closed Bug
Data processor breaks *-href attributes on links — at Version 2
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.2 |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description (last modified by )
Reported on SO: http://stackoverflow.com/questions/15795142/is-there-anyway-to-stop-ckeditor-4-from-filtering-my-anchor-tag-attributes
Open editor with disabled ACF.
Set data: <p><a href="#" data-href="x">foo</a></p>
Result: <p><a data-="" href="#">foo</a></p>
All link attributes ending with /[^a-z]href
are broken
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | → 4.1 |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
Problem can be reproduced in all browsers from CKEditor 3.5.1 in both CKE 3.x and 4.x branches.