Problem/Motivation
The (experimental, not-fully-supported) dialog.js, which provides Drupal.dialog support for non-ajax dialogs, does not generate valid bootstrap HTML and correspondingly there is a javascript error which prevent further page execution. Note that most uses of modal dialogs is via ajax, which is not affected by this module.
Steps to reproduce
1. Edit a node which contains a text field with multiple editor modes.
2. Change from a more trusted mode to a less trusted mode.
3. Observe that the editor.js confirmation dialog is not displayed and the screen is left dimmed by the modal backdrop.
NOTE
To see this change in an existing subtheme, copy dialog.js from the radix starterkit to your subtheme.
This should be noted in the release notes for the next release.
Issue fork radix-3506745
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
danchadwick commentedThere are reports that the layout manager was not previously compatible with radix. If someone who is using dialogs could test with the change from this issue, and if it is now compatible, then we should open another issue to enable dialogs by default.
Comment #5
danchadwick commented