The z-index order I believe is too high. It shows up (screenshot) in the backend form screen. Maybe alter the order of disable the feature when on admin screens?

CommentFileSizeAuthor
z-index.png10.04 KBkingfisher64
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

budda’s picture

Status: Active » Needs review

hmm, it should be disabled on any urls containing 'admin' in them!

I do a check if (strpos(current_path(), 'admin') === FALSE) { before printing out the js config.

Please give the dev snapshot a whirl.

budda’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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