#6701 closed Bug (invalid)
Problems with forms that is cut
Reported by: | andersbj | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | Cc: |
Description
When included form code is pasted into the editor in source view and saved (not switching back to html view) the form is okay. When editing the form, half of the form is outside / below the editor and the last half of the form is lost.
This happens also with small forms, where typically the submit button is outside of the editor, and then lost.
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | Risoy_fhs_soknadsskjema_backup.txt added |
---|
Changed 14 years ago by
Attachment: | ckeditor_bug.png added |
---|
Last part of form is outside of ckeditor
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please check #5427, your HTML content has to be escaped.
comment:2 Changed 14 years ago by
The ticket #5427 is not related at all. I'm not trying to view the html as code. Just plain normal form for visitors to post something. There are no special characters that need any escaping.
comment:3 Changed 14 years ago by
Keywords: | form removed |
---|
The '<' and '>' characters must be escaped. The reason is that there is a textarea in your content, and the browser parses the ending tag of it as the ending tag of the editor textarea.
form code