Closed (fixed)
Project:
Cookie Control
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2012 at 13:06 UTC
Updated:
11 Mar 2013 at 00:40 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| z-index.png | 10.04 KB | kingfisher64 |
Comments
Comment #1
buddahmm, 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.
Comment #2
buddaFixed via http://drupal.org/node/1682828