ckeditor4 icon indicating copy to clipboard operation
ckeditor4 copied to clipboard

Malfunctioning selection optimization with list in Chrome

Open kuku711 opened this issue 5 years ago • 3 comments

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. insert into ckeditor the next html: <ol><li><span style="color:#e67e22;">check</span></li></ol><p></p>
  2. click ctrl +A
  3. change the font color to any color

Expected result

the color of the word 'check' is changed to the chosen color

Actual result

the color becomes black

Other details

  • Browser: …chrome 79
  • OS: …windows10
  • CKEditor version: …4.13.1
  • Installed CKEditor plugins: …

kuku711 avatar Feb 04 '20 10:02 kuku711

Hello, unfortunately I can confirm that font color doesn't change, but from what I see the problem lies in editor's selection optimization, which in this case doesn't allow to select the entire editor contents (neither using keyboard shortcut or by Select All button). So allow me to change the issue name accordingly.

This only occurs on Chrome and is a regression introduced in 4.13.0, 99% in #3213.

Dumluregn avatar Feb 04 '20 11:02 Dumluregn

Hello, i checked also in 4.13.0 and the bug occurs

kuku711 avatar Feb 04 '20 12:02 kuku711

Screencast of the issue:

https://user-images.githubusercontent.com/10279586/183860587-30f92d02-453c-4576-8ec2-81e5eac53eee.mov

jacekbogdanski avatar Aug 10 '22 08:08 jacekbogdanski