Opened 12 years ago

Last modified 10 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 Jakub Ś)

  1. Open any sample.
  2. Focus editor.
  3. 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.
  4. Write word.
  5. Press ctrl+b or apply other inline style.
  6. Write word.
  7. Press ctrl+a or "select all" button.
  8. Kaboom! Only first word is selected.

9 .In v3 result is different - nothing is selected.

Attachments (1)

chrome_selectall.mp4 (332.1 KB) - added by Jakub Ś 10 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 12 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.0

comment:2 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Version: 4.0 (GitHub - master)3.6.3

comment:3 Changed 12 years ago by Jakub Ś

Keywords: Webkit added
Status: newconfirmed
Version: 3.6.33.5.3

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.

comment:4 Changed 12 years ago by Jakub Ś

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 10 years ago by Jakub Ś

#11362 was marked as duplicate.


  1. http://ckeditor4.t/ckeditor/samples/replacebycode.html
  2. Clear contents.
  3. Put the caret at the beginning of editable.
  4. Bold.
  5. Write.
  6. Un-bold.
  7. Press space.
  8. Select all (C-a or the button).
  9. Selection is:
    <p><strong>[W]rite</strong> </p>
    
    expected:
    <p><strong>[Write</strong> ]</p>
    

It feels like it's broken since 3.x.

Changed 10 years ago by Jakub Ś

Attachment: chrome_selectall.mp4 added

comment:6 Changed 10 years ago by Olek Nowodziński

cc

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