I use Display Builder to build the "full" view mode display of an entity. For one field, I select "Token" as the source, and then click Browse available tokens. Two issues here:

  • The modal window is invisible in fullscreen mode (probably a z-index issue).
  • I cannot figure out a way to close this modal window.
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

fmb created an issue. See original summary.

fmb’s picture

Issue summary: View changes
fmb’s picture

Issue summary: View changes

nickolaj made their first commit to this issue’s fork.

nickolaj’s picture

Status: Active » Needs review

The token browse dialog is invisible in fullscreen mode because Drupal's jQuery UI dialog (`.ui-dialog`) has a lower z-index than the fullscreen display builder (1251). This patch adds z-index overrides for `.ui-dialog` and `.ui-widget-overlay` when fullscreen is active, and also fixes the Bootstrap modal backdrop z-index.

mogtofu33 made their first commit to this issue’s fork.

  • mogtofu33 committed 1e5cc599 on 1.0.x authored by nickolaj
    fix: #3575406 Issues with token modal window
    
    By: fmb
    By: nickolaj
    
mogtofu33’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

pdureau’s picture

Status: Fixed » Closed (fixed)

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