Opened 12 years ago

Closed 9 years ago

#8721 closed Bug (fixed)

enter br at block end

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Keystrokes Version: 3.0
Keywords: Cc:

Description

With enter mode br, the following steps will create an extra line at end:

  1. With empty editor, open bold style and type "foo";
  2. Press enter key to enter new line;
  • Actual Result: A 2nd new line is created at end of doc, can be reached by pressing the Arrow Down key.
  • Expected Result: Only one new line created.

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.0
  • I have managed to reproduce it in Webkit and Firefox.
  • Opera - has different problem reported here - #8454
  • IE - works fine

In Webkit, I was able to apply this TC from CKEditor 3.6. Those browsers produce the following output:

<strong>dfgdfgjdfgjdfgjdfjgdfjghdfjgddsfdsfdsf</strong><br />
<br />
<br /> 

In Firefox this TC has been reproducible from CKEditor 3.0 but it produced different output through out different versions:

From CKE 3.3.2 till present

<strong>ghfkhflgkhlfkhfg</strong><br /> 
<br />

From CKE 3.11 till CKE 3.3.1

<strong>gfhfhfgh hf hfgh fghgf hfghfg hgf fh gfh</strong><br />
<br />
<br />

From CKE 3.0 till CKE 3.1

<strong>gfhgfhgfhgfh gfh gfhgfhgfhgf h<br />
<br />
</strong><br />

comment:2 Changed 9 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

No longer reproducible in any browser in CKEditor 4.4.7.

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