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

Command icon 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

danchadwick created an issue. See original summary.

  • danchadwick committed a1aa8b84 on 6.0.x
    Issue #3506745 by danchadwick: Experimental dialog.js does not generate...
danchadwick’s picture

Status: Active » Fixed

There 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.

danchadwick’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.