Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 21:28 UTC
Updated:
1 Dec 2009 at 18:48 UTC
Having an issue where form elements underneath the popups are showing through. http://img.skitch.com/20090112-d32n6yb1pa4egyf9731xk6ixgs.png
I'm wondering your thoughts on using bgiframe.js to solve this issue. http://plugins.jquery.com/project/bgiframe
Comments
Comment #1
starbow commentedThat's a new one on me. What browser are you using?
I don't know anything about bdiframe.
Comment #2
sirkitree commentedIt's a pretty common ie6 bug. I'm going to test it out tomorow, let you know how it goes.
Comment #3
starbow commentedFair enough. I haven't been testing on ie6, and am kind of surprised it works at all.
Comment #4
sirkitree commentedWell that's a bit of a scary statement! We just rolled it out on a pretty major website ;) (http://community.mylifetime.com) My bad.
Anyway, it works. Here's what I've done and suggest be done. It would really make a good feature.
Downloaded http://plugins.jquery.com/project/bgiframe and included that in my theme with
scripts[] = "js/jquery.bgiframe.js"Then I added a Drupal.behavior to apply it.
(I tried to use #popups as the selector but that gave the modal window scroll bars, *icky*)
I would suggest that this file either be rolled into the module (not sure on licensing) and then the behavior added to popups.js
Before implementation: http://img.skitch.com/20090113-nypqfpwyge1a44gdnsysb5xu5b.png
After implementation: http://img.skitch.com/20090113-rhdgcky7712xb125wedwb97tin.png
Comment #5
starbow commentedNeat, I am glad it is working for you :)
Comment #6
deviantintegral commentedDid you put the behaviour in your theme? I'm trying to roll a patch for it and can't seem to get the behaviour you pasted to work.
In fact, my own behaviour I tried before I saw this issue didn't work either, only if I added the call directly in Popup.open().