Active
Project:
Quickbar
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 May 2011 at 19:15 UTC
Updated:
13 Dec 2011 at 00:22 UTC
I am using the http://drupal.org/project/nodereference_explorer on the same site as Quickbar. When inside of a nodreference_explorer modal window there is a Quickbar inside. Other toolbar modules do not show up inside of the modal so I am thinking that maybe quickbar can add some code to not show on these pages. Admin menu module is an example of a toolbar that does not show inside of the modal.
I tried to target the second quickbar inside the modal, using css and had no luck. So I ended up making the quickbar hidden and then showing it on body.page
Here is the css i used in my zen sub theme
div#quickbar {display:none;}
body.page div#quickbar {display:block;}
Comments
Comment #1
redndahead commentedHmm this is not good. I'll have to look into how to keep it out of modals. Thanks for the report.
Comment #2
redndahead commentedTagging