Closed (fixed)
Project:
Lightbox2
Version:
6.x-1.x-dev
Component:
Javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2008 at 16:09 UTC
Updated:
31 Oct 2008 at 08:27 UTC
I have a page with a link that open a lightmodal with inline page. The page is a PHP which shows a flash object. When the lightmodal is defined with a title, upon clicking the link the URL is added a #SlideFrame_1. When closing the lightbox, the page title changes to #SlideFrame_1 as well.
This happens on IE7 only, not on Firefox/Safari.
Using latest dev version with Drupal 6.6.
Comments
Comment #1
stella commentedHave you tried doing it without using Lightbox2? Lightbox2 doesn't use the term "SlideFrame" anywhere in its code, so it is unlikely to be caused by the Lightbox2 module. More likely it is caused by the Flash object or something else running on the site.
Cheers,
Stella
Comment #2
zvikico commentedMy Flash objects were produced by Keynote so I'm suspecting it could come from the SWF itself. However, ccessing the inline content directly (e.g. by right-clicking and asking to open in a new tab) works with no sign on the "SlideFrame_1".
I thought it was related to lightbox2 because everything is perfect when turning off the titles. This happens just when using titles with the lightmodal.
I also have a standard JWPlayer playing an FLV, not related to the Keynote generated SWFs. When it appears in a screen on its' own, it works fine. When it's on the same page with the SWFs, it's showing the same problem.
I don't have Adobe Flash to open the SWF and see what's wrong, but something in there is messing up the lightbox2.
Best,
Zviki
Comment #3
stella commentedPerhaps check what you're loading in the lightmodal. If it contains html head, body, etc tags, then you should really be using rel="lightframe" instead.
Marking this as "won't fix" because I don't see how this can be an issue with Lightbox2.
Comment #4
zvikico commentedStella,
This can be resulting in the flash having a FRAMELABEL defined - I'm not sure if this is just my problem.
I will research it further. My main question: what the difference in handling the lightbox with and without a title?
Comment #5
zvikico commentedGot it to work fine eventually with LightFrame.
Thanks for your help.