[Seaside] Seaside Icon

Avi Bryant avi@beta4.com
Wed, 29 May 2002 02:21:01 -0700 (PDT)


On Wed, 29 May 2002, Peter Robin wrote:

> Avi,
>
> Using the seaside tutorial, I enclosed all the html methods as follows:
>
> html
>     '<body>
>         more html ......
>      </body>'
>
> The seaside logo etc still ended up outside the </html> and got mangled
> by konqueror.

Ok.  This should be fixable simply by moving the call to #printToolbar
from IASession>>viewPage: to the appropiate place in
IAPage>>printContentsTo: (ie, put a "session printToolbar" just before
"context print: '</body>'").

I'll have that fixed in the next release (if you wanted to be formal you
could throw it on bugs.beta4.com, but I'll try not to forget ;-).

Thanks,
Avi