Active
Project:
Lightbox2
Version:
6.x-1.11
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2010 at 10:32 UTC
Updated:
1 Nov 2010 at 21:12 UTC
When I use this link:
<a href="http://www.example.com/" rel="lightbox2">Test</a>
It pops up the lightbox as I would expect, but there is nothing in it. Only this picture of a crossed out camera. I assume it's trying to tell me it's not a picture...
Am I doing something wrong?
| Comment | File | Size | Author |
|---|---|---|---|
| html_content_error.JPG | 5.85 KB | chien_fu |
Comments
Comment #1
chien_fu commentedAm I the only one?
Comment #2
Dracolyte commentedI'm seeing a possibly related problem. Some examples:
I'm using FireFox 3.5.9, and when I click on one of Stella's "Google" examples in http://stellapower.net/lightbox2 the lightbox opens for an instant, then directs me to the Google site in a browser window (i.e., outside of a lightbox).
When I paste the sample Google code into my own Drupal site (v6.1.1) it never opens the lightbox -- just goes to the destination sites.
Example of code described above:
<a title="Search Google" rel="lightframe[|width: 640px; height: 380px; scrolling: auto;]" href="http://www.google.com" class="lightbox-processed">Search Google</a>Comment #3
Dracolyte commentedBTW, chien_fu, you're not using the correct syntax for the HTML content. Look at the source on Stellapower.net to see correct usage. (For my problem, I am having trouble even with the correct usage.)
Comment #4
Dracolyte commentedOkay, a little progress: Using the code above in FCKEditor, if I remove the "class=lightbox-processed"" text the Lightbox works fine, even in FireFox. So, awesome work as always, Stella, and never mind about everything else I wrote above.