Opened 11 years ago

Closed 10 years ago

#10087 closed Bug (fixed)

[Webkit] space is deleted when line start is space.

Reported by: Cha, Hojeong Owned by:
Priority: Normal Milestone:
Component: Core : Selection Version: 3.6.5
Keywords: Webkit Cc:

Description

Commonly this bug appear enter mode br, but can reproduce other modes.

  1. go to official demo page of CKEditor 4, wysiwyg mode
  2. press ' hoi' and shift-enter
  3. repeat step 2
  4. some line removed line-start space, therefore ' hoi' to 'hoi'

Change History (3)

comment:1 Changed 11 years ago by Cha, Hojeong

This bug is generated side effect of #1272, and patched on pull request https://github.com/ckeditor/ckeditor-dev/pull/24

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Webkit added; webkit removed
Status: newconfirmed
Version: 4.0.2 (GitHub - master)3.6.5

Problem can be reproduced in Webkit from CKEditor 3.6.5 rev. [7633] (It doesn't seem like it has anything to do with #1227).

First problem occurred in rev. [7624] cursor was not available after shiftEnter. Seems that fix from [7633] has brought another error.

Problem can also be reproduced in CKE 4.x (v4).

comment:3 Changed 10 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

I wasn't able to reproduce this problem in latest CKEditor 4.2.1

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