Opened 10 years ago

Closed 10 years ago

#12695 closed Bug (expired)

[IE8] Ampersand and last character is lost when & is the before last character of a textarea

Reported by: Jean-Pierre Boskemper Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

When & is the before last character of the textarea, the ampersand and the last character is lost in Internet Explorer 8.

Example code:

<textarea cols="80" id="editor1" name="editor1" rows="10">Testing Ampersand here: A&amp;B -- A&amp;B</textarea> <script>

CKEDITOR.replace( 'editor1' );

</script>

Firefox and IE11 shows in the CKEditor: Testing Ampersand here: A&B -- A&B

IE8 shows in the CKEditor: Testing Ampersand here: A&B -- A

Attachments (1)

ckeditor_ampersand_bug.png (55.7 KB) - added by Jean-Pierre Boskemper 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by Jean-Pierre Boskemper

Attachment: ckeditor_ampersand_bug.png added

comment:1 Changed 10 years ago by Jean-Pierre Boskemper

Summary: Ampersand and last character is lost in IE8 when &amp; is the before last character of a textarea[IE8] Ampersand and last character is lost when &amp; is the before last character of a textarea

comment:2 Changed 10 years ago by Jakub Ś

Status: newpending
Version: 4.5.0 Beta

I can't confirm that.

I have tried latest major and didn't get thir problem. I have tried setting enter mode to BR in order to avoid P being last but this didn't result in bug.

@jpbosk could you provide more information on how to reproduce this issue (reduced HTML sample, steps, required configuration etc.)?

comment:3 Changed 10 years ago by Piotrek Koszuliński

Resolution: expired
Status: pendingclosed
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