Opened 12 years ago
Closed 11 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.
- go to official demo page of CKEditor 4, wysiwyg mode
- press ' hoi' and shift-enter
- repeat step 2
- some line removed line-start space, therefore ' hoi' to 'hoi'
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Keywords: | Webkit added; webkit removed |
---|---|
Status: | new → confirmed |
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 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I wasn't able to reproduce this problem in latest CKEditor 4.2.1
This bug is generated side effect of #1272, and patched on pull request https://github.com/ckeditor/ckeditor-dev/pull/24