ckeditor4
ckeditor4 copied to clipboard
Malfunctioning selection optimization with list in Chrome
Type of report
Bug
Provide detailed reproduction steps (if any)
- insert into ckeditor the next html:
<ol><li><span style="color:#e67e22;">check</span></li></ol><p></p>
- click ctrl +A
- 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: …
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.
Hello, i checked also in 4.13.0 and the bug occurs
Screencast of the issue:
https://user-images.githubusercontent.com/10279586/183860587-30f92d02-453c-4576-8ec2-81e5eac53eee.mov