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&B -- A&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)
Change History (4)
Changed 10 years ago by
Attachment: | ckeditor_ampersand_bug.png added |
---|
comment:1 Changed 10 years ago by
Summary: | Ampersand and last character is lost in IE8 when & is the before last character of a textarea → [IE8] Ampersand and last character is lost when & is the before last character of a textarea |
---|
comment:2 Changed 10 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.0 Beta |
comment:3 Changed 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
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.)?