Active
Project:
Lightbox2
Version:
6.x-1.11
Component:
Javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2012 at 18:23 UTC
Updated:
29 Mar 2012 at 18:23 UTC
I have a page which is a view. It contains several html select drop downs. I have a link on the page that opens a lightbox containing an image. This all works fine.
However, when I click the link, the lightbox opens, it hides the select elements on the page beneath it. I traced the javascript, and lightbox is adding class 'lightbox_hidden' and style 'display:hidden' to all the select elements on the page.
Any ideas?