ckeditor4 icon indicating copy to clipboard operation
ckeditor4 copied to clipboard

Integrate remove format with easy image

Open KarolDawidziuk opened this issue 3 years ago • 1 comments

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open the editor with easyimage plugin enabled, or open tests/plugins/easyimage/manual/easyimage#child test.
  2. Paste the image into the editor and add some caption.
  3. Change focus for the whole image and add some basic styles.

Expected result

Nothing happened.

Actual result

The image caption gets basic styles even though the focus is on the entire element. The next thing is there is no way to use Remove Format button like in the way basic styles were added. So we can apply styles but not clean.

https://user-images.githubusercontent.com/18471998/151941382-acf6a3cd-1bc5-4a23-bcb8-653115c6263e.mov

Other details

  • Browser: any
  • OS: ...
  • CKEditor version: …
  • Installed CKEditor plugins: easyimage

KarolDawidziuk avatar Feb 01 '22 09:02 KarolDawidziuk

@KarolDawidziuk that's actually an expected behavior, and CKE5 is handling that similarly. The only issue here is that "Remove Format" is not integrated with it, which is a feature request.

jacekbogdanski avatar Jul 12 '22 06:07 jacekbogdanski