ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

CKEditor5 toolbar some items in Bootstrap5 Offcanvas not use

Open jamesliao0814 opened this issue 1 year ago • 2 comments

📝 Ask a question

Hi i use CKEditor5 v43.2.0 and Bootstrap 5.3 When CKEditor5 in Bootstrap Offcanvas, and setting

Details

data-bs-backdrop="true"

Some drop-down menu items cannot be displayed I already have reference this web page https://github.com/orgs/twbs/discussions/38155 Only set data-bs-backdrop=false drop-down menu items will be displayed, but i need data-bs-backdrop=true Is there any solution to this?

jamesliao0814 avatar Oct 15 '24 06:10 jamesliao0814

I think it might be simply the case of z-index changes, as our docs state. Offcanvas is using 1050 AFAICS, so try to modify our variables to be more than that.

Witoso avatar Oct 15 '24 10:10 Witoso

I think it might be simply the case of z-index changes, as our docs state. Offcanvas is using 1050 AFAICS, so try to modify our variables to be more than that.

I found that if I use ClassicEditor and setting z-index, it works ok. But if I use InlineEditor, then it will not be displayed as I said. However, Bootstrap Modal works for both ClassicEditor and InlineEditor

jamesliao0814 avatar Oct 16 '24 02:10 jamesliao0814

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

CKEditorBot avatar Oct 16 '25 23:10 CKEditorBot

We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).

CKEditorBot avatar Nov 16 '25 23:11 CKEditorBot