issue 3
(The best of it's class!) reported by ricsrock
- I'm just sayin' --- this is the best lightbox/modal dialog/facebox thing in the entire rails-verse. I'm
surprised that you are surprised that people are using this. It just needs a fancy tutorial propping it
on a blog or two.
One question: I'm looking at the html that is built at the end of lightbox.js and wondering how I
might create the look of facebox - with the edges and rounded corners. I have the images, but I'm
not a whiz at this and wouldn't know how to begin. Any suggestions?
Thanks again for making this available.
I'm just sayin' --- this is the best lightbox/modal dialog/facebox thing in the entire rails-verse. I'm
surprised that you are surprised that people are using this. It just needs a fancy tutorial propping it
on a blog or two.
One question: I'm looking at the html that is built at the end of lightbox.js and wondering how I
might create the look of facebox - with the edges and rounded corners. I have the images, but I'm
not a whiz at this and wouldn't know how to begin. Any suggestions?
Thanks again for making this available.
Apr 13, 2009
issue 1
(Window only shows once per lightbox) commented on by jtarchie
- I will update these changes. I was not under the impression that people were still
using this plugin. :P Always surprises me. The action you are referring to was
because most the content I used this for was with Ajax, so the content only needed to
be loaded once per div.
I will update these changes. I was not under the impression that people were still
using this plugin. :P Always surprises me. The action you are referring to was
because most the content I used this for was with Ajax, so the content only needed to
be loaded once per div.
Mar 09, 2009
issue 1
(Window only shows once per lightbox) commented on by fedegl
- hi, the problem was that when i open the lightbox the contents are removed from the div and placed inside
the "lb_box_contents" div. And when the lightbox is closed the contents are removed from the
"lb_box_contents" div but are not added to the original hidden div.
I solved the problem by adding the following line to the hideBox:function after the line "var contents =
$('lb_box_contents');"
while (contents.hasChildNodes()) $(id).appendChild(contents.firstChild);
this copies back the content to the original div.
hi, the problem was that when i open the lightbox the contents are removed from the div and placed inside
the "lb_box_contents" div. And when the lightbox is closed the contents are removed from the
"lb_box_contents" div but are not added to the original hidden div.
I solved the problem by adding the following line to the hideBox:function after the line "var contents =
$('lb_box_contents');"
while (contents.hasChildNodes()) $(id).appendChild(contents.firstChild);
this copies back the content to the original div.
Mar 08, 2009
issue 1
(Window only shows once per lightbox) commented on by fedegl
- Iam having the same problem, and it doesn't work in firefox 3.0.7 and in safari 3.2.1 either.
Iam having the same problem, and it doesn't work in firefox 3.0.7 and in safari 3.2.1 either.
Older
Jul 23, 2008
issue 1
(Window only shows once per lightbox) commented on by jtarchie
- Actually I am unable to recreate this problem. Can you tell me what browser you are
using? This script has gone through QA many times, so I am interested to see what
maybe causing this.
Actually I am unable to recreate this problem. Can you tell me what browser you are
using? This script has gone through QA many times, so I am interested to see what
maybe causing this.
Jul 23, 2008
issue 2
(problem with two lightboxes) commented on by jtarchie
- This is a problem that we currently have on our website too. I think the best
solution for me right now is to add logic that supports if one lightbox is being
loaded that another should be disabled.
This is a problem that we currently have on our website too. I think the best
solution for me right now is to add logic that supports if one lightbox is being
loaded that another should be disabled.