Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

Risoy_fhs_soknadsskjema_backup.txt (12.0 KB) - added by andersbj 13 years ago.
form code
ckeditor_bug.png (74.7 KB) - added by andersbj 13 years ago.
Last part of form is outside of ckeditor

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by andersbj

form code

Changed 13 years ago by andersbj

Attachment: ckeditor_bug.png added

Last part of form is outside of ckeditor

comment:1 Changed 13 years ago by Garry Yao

Resolution: invalid
Status: newclosed

Please check #5427, your HTML content has to be escaped.

comment:2 Changed 13 years ago by andersbj

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 13 years ago by Sa'ar Zac Elias

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy