Editor Add / Edit buttons not displaying modal

Editor Add / Edit buttons not displaying modal

tinncuptinncup Posts: 15Questions: 5Answers: 0

I am sure it is something simple - I missed???

Link to test case: test.gunnarstone.com (dragoncat/cat2022)
Debugger code (debug.datatables.net): No debug issues
Error messages shown: None
Description of problem: Add and Delete modal dialogs do not popup - fields are displayed in the lower left corner of the browser window

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Answer ✓

    Thanks for the link.

    You need to also load the editor.bulma.js file to configure Editor to use the Bulma modal. Without that it is using the default Editor modal, for which the CSS hasn't been loaded, hence why it is basically styled.

    Allan

  • tinncuptinncup Posts: 15Questions: 5Answers: 0
    edited June 2022

    allan - thanks! - exactly corrected the behavior

Sign In or Register to comment.