Opened 8 years ago
Closed 8 years ago
#14758 closed Bug (invalid)
Form tags always filtered
Reported by: | Mark Wade | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Disable ACF by setting allowedContent in the config to true
- Click the Source button
- Enter <form></form>
- Click the Source button again to return to normal editing.
- Click the Source button again to enter source mode again.
Expected result
The content should be <form></form>
Actual result
The content is blank
Other details (browser, OS, CKEditor version, installed plugins)
Attachments (1)
Change History (4)
comment:1 Changed 8 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.10 (GitHub - master) |
Changed 8 years ago by
Attachment: | 2016-07-26_1327.swf added |
---|
comment:3 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
The example you have shown doesn't have forms added to ACF. This is standard package with no forms. It’s normal that your tags will get removed by ACF.
I have tested this locally and allowed everything in the editor. Form tags have stayed as expected. Please see attached video.
I have tried entering
<form></form>
tags in source mode and using the button. All see to work fine. I have tested this in Chrome, Firefox, IE11 and with latest CKEditor 4.5.0 full package.Have I missed anything?