<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">FWIW, I commented out the line "style: 'display: none';" in SULightbox&gt;&gt;renderContentOn:, and now it works in FF.<div><br></div><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000">renderContentOn: html</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp;self renderOwnerOn: html.</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp;html div id: 'overlay'.</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp;html div</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;id: 'lightbox';</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; " &nbsp; style: 'display: none';"</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;with: self delegate.</font></div><div><font class="Apple-style-span" color="#000000">&nbsp;&nbsp; &nbsp;self session addLoadScript: self lighter</font></div></blockquote><div><br></div></div><div>I'm not really sure why that style was included. &nbsp;Lukas, can you shed any light (no pun intended) on the reasoning here?</div><div><br></div><div>Thanks,</div><div>-- Sigrid.</div><div><br></div><div>P.S. &nbsp;Rats! &nbsp;It sorta-kinda works in Safari, too, except that now the overlay doesn't fill the whole window.<br><div><br></div><div><br></div><div><div><div>On Apr 30, 2010, at 12:01 PM, Mortensen Sigrid E. wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Anybody have any ideas why lightbox may be working for me in Safari but not in Firefox?<br><br>I'm on a Mac with Seaside 2.8 and Scriptaculous-mb.239.<br><br>When I press the button that brings up the lightbox in Safari, everything works as expected, but when I do the same in Firefox, the process bar moves like it's loading the page, but I see nothing.<br><br>Putting a halt in where the button press is handled tells me nothing, because the #lightbox: call eventually raises a signal in a WARenderNotification and then it goes off into debugger la-la-land.<br><br>Thanks in advance for any help,<br>-- Sigrid._______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br></div></div></body></html>