[Seaside] Re: SULightbox style 2.8.4 vs. 3.0

AA aa at serendip.demon.co.uk
Fri Feb 26 06:10:30 UTC 2010


The CSS styles for SULightbox and SULightboxTest are clashing.

One way to clear it up is to remove the SULightboxTest 'style' method, and add some of its css to the SULightbox 'style' method:


style
	^ '
html { overflow: hidden; }
body { overflow: hidden; }

div#overlay {
	z-index: 9998;
	background-color: black;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#lightbox {
	z-index: 9999;
	background: white;
	border: 1px solid #0000e8;
	padding: 2em;
	text-align: center;
}'


Amir



On Thu, 25 Feb 2010 16:58:32 -0500
"Bob N." <bobn at rogers.com> wrote:

> Yes, but it's not my code I'm looking at, I'm looking at
> SUAllComponentTests in an unmodified Squeak Seaside 3.0a5 image, which
> has PTDeploymentLibrary.
> 
> The SULightboxText seems broken.  I use the latest one-click images to
> compare my VW 7.7 Seaside code with, so I was surprised that I had the
> same symptom as the Squeak image.
> It's probably something silly... I'd just like to know what.


More information about the seaside mailing list