[Seaside] Lightbox?

Boris Popov boris at deepcovelabs.com
Tue Jun 6 20:41:09 UTC 2006


For some reason the lightbox'ed component does not come up in the center of
the screen and stays in that same position when browser window is resized.
Even worse, the transparent overlay is also not being resized, so expanding
the browser window leaves unobscured parts of the background window visible.
It works in the scriptaculous demo though via 'View Source'. Any ideas? I've
added SULibrary to my application.

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Boris Popov
Sent: Tuesday, June 06, 2006 9:17 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: RE: [Seaside] Lightbox?

I was just going to ask for the same thing. Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: seaside-bounces at lists.squeakfoundation.org
[mailto:seaside-bounces at lists.squeakfoundation.org] On Behalf Of Bany,
Michel
Sent: Tuesday, June 06, 2006 9:09 AM
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: RE: [Seaside] Lightbox?

 

> Yeah, this is a known problem with IE. This browser always 
> put some form elements on top, no matter of other elements 
> with a higher z-index. There are some ugly JavaScript hacks 
> that hide those elements, this is probably the only solution 
> to this problem.
> 
> Try to add something along (untested, as I don't have IE):
> 
> html script: (SUSelector new
>     name: 'select';
>     do: [ :each | each element hide ])

Thanks Lukas, I tested your code and it works.
A bit disappointing, but better than nothing.

Michel.
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3370 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060606/5ea740c6/smime.bin


More information about the Seaside mailing list