Opened 15 years ago
Closed 15 years ago
#5519 closed Bug (duplicate)
Bad handling of textareas
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2.1 |
Keywords: | Cc: | Chris@… |
Description
Tested with IE8 and the demo.
To reproduce
- Open the demo and clear the content, insert a form and a textarea in it.
- Click twice on the textarea to edit the content.
- Write some content and press ENTER.
- At this point, another textarea is created and focused.
- Click on the textarea twice again. there are 3 types of this bug:
- Put the caret at the end of the textarea's content and press ENTER. A new paragraph is created below.
- Put the caret at the start of the text and press ENTER. the first character is being removed and a new paragraph is created above.
- Put the caret somewhere else inside the textarea's text and press ENTER. the text after the caret is being moved to another textarea created below.
Attachments (1)
Change History (5)
comment:1 follow-up: 2 Changed 15 years ago by
Cc: | Chris@… added |
---|
Changed 15 years ago by
Attachment: | TesxtareBug.jpg added |
---|
comment:2 Changed 15 years ago by
I have also found that on saving and then reopening a form using CKeditor, anything defined after a textarea is not displayed within the editor but somehow appears below it. I'm attaching a jpg to demonstrate. I have tried this in IE 8 Chrome and FireFox with the same results in all.
Text editor fails to display items after a textarea