When using the Ember theme, the new dialog-based token browser from the Token module is broken:

Broken Token browser dialog

As you can see, there are no gadgets to expand the token tree, nor is there a way of closing the dialog, making the who experience rather useless.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sheijtel’s picture

We have the same issue. If you click very careful left from the names you can expand the token tree btw.

DamienMcKenna’s picture

BTW I set the status to 'major' as this breaks the UI of several important modules, e.g. Pathauto, Metatag, Auto_EntityLabel, etc, etc.

Bcwald’s picture

Assigned: Unassigned » Bcwald
joseph.olstad’s picture

WORKAROUND/how to fix (we need a (same or different fix) committed, or a patch our next distro build)

a) insert the following css section below into the ember css (brute force fix but it works for example)

.token-tree .expander {
margin-left: 0px!important;
}

b) clear caches and visit the UI of several important modules, e.g. Pathauto, Metatag, Auto_EntityLabel, etc, for example metatag: admin/config/search/metatags/config/node
c) click on Dublin Core , then click on "Browse available tokens" , you will be then able to click the icon that expands the token groups

Elijah Lynn’s picture

FileSize
41.42 KB

On 7.x-2.0-alpha2+30-dev we are seeing the arrows but what is different is that the title bar is black and the 'x' to close the window is nearly the same color making the user not being able to see. SImilar to the initial report but black vs white.

Bcwald’s picture

Both of these issues seem to be resolved. I believe it was a modal javascript conflict that was resolved.

Bcwald’s picture

Status: Active » Fixed
Bcwald’s picture

Status: Fixed » Closed (fixed)