Opened 12 years ago
Last modified 11 years ago
#9237 confirmed Bug
[Webkits] [CKE 3.x 4.x] Incorrect handling of ctrl+a in specific cases
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.5.3 |
Keywords: | Webkit | Cc: |
Description (last modified by )
- Open any sample.
- Focus editor.
- In CKE 4.x press ctrl+a and delete twice (to leave only
<p>^</p>
). In CKE 3.x press ctrl+a and delete or backspace twice. - Write word.
- Press ctrl+b or apply other inline style.
- Write word.
- Press ctrl+a or "select all" button.
- Kaboom! Only first word is selected.
9 .In v3 result is different - nothing is selected.
Attachments (1)
Change History (7)
comment:1 Changed 12 years ago by
Milestone: | CKEditor 4.0 |
---|
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Version: | 4.0 (GitHub - master) → 3.6.3 |
comment:3 Changed 12 years ago by
Keywords: | Webkit added |
---|---|
Status: | new → confirmed |
Version: | 3.6.3 → 3.5.3 |
comment:4 Changed 12 years ago by
Summary: | [Webkits] Incorrect handling of ctrl+a in specific cases → [Webkits] [CKE 3.x 4.x] Incorrect handling of ctrl+a in specific cases |
---|
comment:5 Changed 11 years ago by
#11362 was marked as duplicate.
- http://ckeditor4.t/ckeditor/samples/replacebycode.html
- Clear contents.
- Put the caret at the beginning of editable.
- Bold.
- Write.
- Un-bold.
- Press space.
- Select all (C-a or the button).
- Selection is:
<p><strong>[W]rite</strong> </p>
expected:<p><strong>[Write</strong> ]</p>
It feels like it's broken since 3.x.
Changed 11 years ago by
Attachment: | chrome_selectall.mp4 added |
---|
CKE 4.x - confirmed for Safari and Chrome.
CKE 3.x - confirmed only in Chrome. Perhaps this should be reported in separate ticket.
In CKEditor 3.x it has been possible to use bold command and then type from CKE 3.5.3.
From this version to 3.6.2 pressing CRTL+A (step 7) resulted in firs word being selected.
This has changed in Chrome CKE 3.6.3 rev. [7393] and nothing gets selected.