[Seaside] Internet Explorer 8 does not support seaside lightbox-dialog

Mortensen Sigrid E. sigrid at selfhelpsoftware.com
Mon May 10 16:16:31 UTC 2010


Check out my fix under the thread Lightbox in Firefox.

In a nutshell: it may not be IE; it may be a bug in lightbox.    Try commenting out the line 
	style: 'display: none';
in SULightbox>>renderContentOn:

and add the line
	window.scrollTo(0,0);

in the center: function of the SULightbox>>script method.

Let me know if it works.  I haven't tested this fix in IE yet.

-- Sigrid.

On May 7, 2010, at 7:21 AM, harji gill wrote:

> Hi All,
> 
> Internet Explorer 8 does not support seaside lightbox-dialog. Does anyone know any solution for this. 
> Actually I have used it in my webapplication and its not working in IE 8 not even the seaside examples of lightbox-dialog working in IE 8.
> 
> Thanks
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list