Mateusz Bagiński

Results 132 comments of Mateusz Bagiński

@Witoso / @f1ames I checked it using https://github.com/ckeditor/ckeditor5-react/pull/480 branch (`yarn link` approach) and it's no longer reproducible. I'd suggest to check if this error actually happens on old installation methods.

@maggie-chintaro It'd suggest debouncing `onChange` callback passed to your Component using custom React hook. Something like that: ```tsx const onDebouncedChange = useDebounce(( e, editor ) => { const data =...

@scofalik It's not entirely a bug. From what I remember, it handles case when user press arrow down after clicking menu. Without such focus selection, it's kinda hard for the...

@scofalik Yep, it's not super intuitive, though. Probably needs adjustments. So it'll be better to keep this issue open.

@ducviethaboo Consider reordering plugins. Make sure that HTMLComment plugin is added after FullPage.

I see we use `mix` and `DataApiMixin` which was removed in https://github.com/ckeditor/ckeditor5/issues/18584. We need to adjust it.

@scofalik This one can be merged directly to core dropdown function. I rebased it on search branch just for tests. There should be no conflicts.

**Table 1**, **Table 2** issues seems to be related to these issues: https://github.com/ckeditor/ckeditor5/issues/3172#issuecomment-430926553 https://github.com/ckeditor/ckeditor5/issues/13609 ... and this change: https://github.com/ckeditor/ckeditor5/pull/13600/files#diff-828bca0c515d3787c953019584be105f220d6e4fa4b583f00fe0961d6f3462d9R255 It looks like `scope` attribute is ignored.

Hi! I checked this and can confirm confirm that this issue is still reproducible using our demos. I dumped data transfer html: [clipboard.txt](https://github.com/user-attachments/files/18059887/clipboard.txt)