Opened 20 years ago
Closed 20 years ago
#2606 closed defect (bug) (wontfix)
Edits to page containing form data displays some form code in WP edit page itself
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.2 |
| Component: | Administration | Keywords: | form pages tinymce |
| Focuses: | Cc: |
Description
I created a contact page (see code below) and save and everything is fine... but when I go to edit the page again, the last few lines of form code are missing and has become included in the WP edit page itself.
Steps:
- Create a page
- Enter the contact form code below and save
- Edit contact page
Occurs on WP 2.0.2
Occurs in Safari and Firefox (latest)
Does NOT occur on WP 1.5.2
Form Code:
Use this form to email Mike and/or get on his mailing list. <form name="contact" method="GET" action="form_mail.php" onSubmit="return checkemail(this);"> <p /> Name:<br /> <input type="text" name="name" maxlength="100" size="40"/><br /> E-mail:<br /> <input type="text" name="email" maxlength="200" size="40"/><br /> Subject:<br /> <input type="text" name="subject" maxlength="200" size="49"/><br /> Message:<br /> <textarea name="message" rows="10" cols="50" wrap="virtual"></textarea><br /> <br /> <input type="checkbox" name="add_me" />Add me to Mike’s Mailing list!</p> <p /> <input type="submit" value="send it!"/> <input type="reset" value="reset"/><br /> </form>
Change History (6)
#2
@
20 years ago
- Resolution set to wontfix
- Status changed from new to closed
Since this is a limitation of TinyMCE, I think this falls under the wontfix category.
#3
@
20 years ago
- Resolution wontfix deleted
- Status changed from closed to reopened
Let's let Andy make the call on this, since he's our TinyMCE expert.
Note: See
TracTickets for help on using
tickets.
The problem is the TEXTAREA element.
http://sourceforge.net/tracker/?group_id=103281&atid=635682&func=detail&aid=1155822
This appears to be an unsupported feature of TinyMCE.
You have some options:
None of these fixes the bug, however. They're just workarounds.