Opened 18 years ago
Closed 17 years ago
#690 closed Bug (fixed)
Form fields end up ouside the form area
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | |
Keywords: | SF | Cc: | thc33@…, gert007@… |
Description
Add a form then place textbox and textarea inside the form. When clicking Source and back several times, and UseBROnCarriageReturn = false, and hit enter in the form, <p> tags cause the textbox and textarea fields to be moved to the outside of the <form> tags.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1391450&group_id=75348&atid=543653
Change History (2)
comment:1 Changed 18 years ago by
Cc: | thc33@… gert007@… added |
---|---|
Reporter: | changed from Martin Kou to anonymous |
comment:2 Changed 17 years ago by
Milestone: | → FCKeditor 2.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This one has been fixed for version 2.5.
I'm using v2.2, and I'm seeing this problem as well. Whenever a form is wrapped in <p></p> tags, on save or switch to source mode, everything is dumped out of the form container.
Setting FCKConfig.IgnoreEmptyParagraphValue = false does not work for me in testing.
There are other instances as well of content being duplicated by the editor or being misplaced. Very strange.
Moved from SF. Original poster: thc33
FCKConfig.IgnoreEmptyParagraphValue = false ;
when using this everything works ok.
Moved from SF. Original poster: nobody
Workaround
Place table inside form.
Moved from SF. Original poster: gert007