Opened 14 years ago

Closed 14 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:
  1. Put the caret at the end of the textarea's content and press ENTER. A new paragraph is created below.
  2. 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.
  3. 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)

TesxtareBug.jpg (177.4 KB) - added by Chris Baker 14 years ago.
Text editor fails to display items after a textarea

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by Chris Baker

Cc: Chris@… added

Changed 14 years ago by Chris Baker

Attachment: TesxtareBug.jpg added

Text editor fails to display items after a textarea

comment:2 in reply to:  1 Changed 14 years ago by Chris Baker

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.

comment:3 Changed 14 years ago by Sa'ar Zac Elias

The reason for your problem was specified in #5518.

comment:4 Changed 14 years ago by Sa'ar Zac Elias

Resolution: duplicate
Status: newclosed

DUP of #5627.

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