Opened 18 years ago
Closed 11 years ago
#779 closed Bug (fixed)
Duplicate toolbars when posting to the same file
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5.1 |
Keywords: | SF IE | Cc: |
Description
I am using the set up in sample 11 to manipulate my database. (FCKeditor/_samples/html/sample11.html)
However, instead of my Iframe file posting to a new page, I have it post back to itself.
When this happens, a second toolbar is created for my parent frame/file. Every submission of the form in the Iframe results in another toolbar being created in the parent frame.
To duplicate this error.
Change the <form> tag in the file (FCKeditor/_samples/html/sample11_frame.html) to the following:
<form action="sample11_frame.html" method="post">
Open up Interet Explorer and go directly to the sample file (FCKeditor/_samples/html/sample11.html).
Click submit and you should receive "The page cannot be displayed" error.
If you click the back button, the toolbar will be created again and stacked underneath the already existing toolbar.
If your Iframe file is a file that post back to itself, as mine is, then you get the added toolbar(s) every time the form is submitted.
Any thoughts or ways around this?
Thanks in advance.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1565186&group_id=75348&atid=543653
Attachments (2)
Change History (8)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 18 years ago by
Changed 17 years ago by
Attachment: | TC_779.html added |
---|
Changed 17 years ago by
Attachment: | TC_779_iframe.html added |
---|
comment:3 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Version: | → FCKeditor 2.5.1 |
Confirmed in IE, doesn't happen in FF2.
comment:4 Changed 17 years ago by
To view the error copy attachments to the sample directory (_samples/html)
Does anyone have any thoughts?
Moved from SF. Original poster: Anonymous