Szymon Cofalik

Results 77 comments of Szymon Cofalik

Hi @ryanj-openquire  Could you please more preciesly specify which part of the documentation looks hacky, and how did you approach it?

It might be the case, probably to be discussed then.

https://github.com/ckeditor/ckeditor5/issues/19484

> Also: I think there's something wrong with the classes set on the panel, I inspected the following `class="..."` string: `ck ck-balloon-panel ck-balloon-panel_es ck-balloon-panel_visible ck-balloon-panel_with-arrow ck-ai-commands-dropdown ck-ai-assistant-ui ck-ai-assistant-ui_theme ck ck-reset...

I changed CSS classes as you suggested but I have doubts about this one: > DropdownMenuPanelView.ck-dropdown-menu__menu__panel (if it follows the ck-dropdown-menu__menu__ pattern, shouldn’t the JS component be DropdownMenuNestedMenuPanelView anyway?).ck-dropdown-menu__nested-menu__panel Did...

This looks like a very interesting find. As you may know we are in the middle of introducing multiple performance improvements in the editor. So far we focused mostly on...