Opened 12 years ago
Last modified 12 years ago
#10298 closed Bug
Data processor breaks *-href attributes on links — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.2 |
Component: | General | Version: | 3.5.1 |
Keywords: | Cc: |
Description
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