Illia Sheremetov

Results 10 comments of Illia Sheremetov

> Apologies for slow reply, I don't play with this very often. The error is invalid number of attributes. I changed the line to remove 'value' `button.bind( 'isOn', 'isEnabled' ).to(...

As I see it doesn't work with `p` element, while with `span` everything works fine (GHS is not required to check it): ``` foobar ``` So conversion treats todo list...

Here is example solution: https://github.com/ckeditor/ckeditor5/pull/16785

Followup for spinner issue: https://github.com/ckeditor/ckeditor5/issues/16390

Same problem😪

Alright, I didn't have a SMTP server so I needed to just download [MailHog](https://github.com/mailhog/MailHog) (an email testing tool) and run it. By default, it runs on `0.0.0.0:1025`, so you just...

Unfortunately Word uses emf file format for "paste with picture" option which is not supported in modern browsers. I have checked another popular editors like CKEditor 4 or Tiny MCE...

> Maybe rel #15758 It's no related, because there are no pictures with `emf` format, then my assumption is, problem could be related to something else.

Okay, so it's look like **MS Word** treat **left** alignment as default. So in case with **center** and **right** alignment we have helpful `div` with alignment attribute here: In case...

Fortunately in case with RTL, MS Word wrap table in `div` with **alignment attribute** each alignment option(left, center, right) **HTML in Clipboard** ![Screenshot 2023-07-10 at 14 22 58](https://github.com/ckeditor/ckeditor5/assets/47000454/89d89d81-0699-4fb1-ba14-9559f3992718) ![Screenshot 2023-07-10...