You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by "Weaver, Scott" <Sw...@rippe.com> on 2002/09/09 18:03:20 UTC

Issues with RawScreen and IE 6

Has anybody had trouble with using RawScreen-derived calsses in combination with IE 6?  I have tested the same code with Netscape 7.0 and it works fine.

I have included the source for this class.  It is based off of the many RawScreen threads in the archive.

Thanks,
Scott


Re: Issues with RawScreen and IE 6

Posted by Peter Lynch <pe...@mindspring.com>.
You have not told us what IE6 is doing/not doing.

Regardless, I get the outputstream by calling data.getOut().
That call also sets up some stuff for the Turbine servlet logic, which may be
affecting things.

I'd also close the output stream in the finally block too for good measure
although Turbine probably handles that.

I also set my header like this:

response.setHeader("Content-Disposition",
              "attachment; filename=\"" + fileName + "\";");

where you have "inline".

In a site using frames, you may have problems too where you click the link to
download something - the browser does some work - but nothing in the browser
changes. I was able to reproduce that issue on yahoo.com and mail.com with IE5.5
and IE6, as well as my own site.

Had to hack around it with hidden frames and such. Still not perfect.

-Peter

----- Original Message -----
From: "Weaver, Scott" <Sw...@rippe.com>
To: "'Turbine User'" <tu...@jakarta.apache.org>
Sent: Monday, September 09, 2002 9:03 AM
Subject: Issues with RawScreen and IE 6


> Has anybody had trouble with using RawScreen-derived calsses in combination
with IE 6?  I have tested the same code with Netscape 7.0 and it works fine.
>
> I have included the source for this class.  It is based off of the many
RawScreen threads in the archive.
>
> Thanks,
> Scott
>
>


--------------------------------------------------------------------------------


> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>