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

Lukas Renggli renggli at gmail.com
Mon May 10 16:35:25 UTC 2010


If that's a valid fix (and does not break other browsers) it would be
great if one could create an issue in the bug tracker.

Cheers,
Lukas

On 10 May 2010 18:16, Mortensen Sigrid E. <sigrid at selfhelpsoftware.com> wrote:
> 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
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list