Re: Display pdf in frame issues

2011-07-22 Thread Rahvin
Sorry, I should have done that... In our testing it looks like it is an issue
with adobe reader version 10.0. It is fixed in 10.1 ( a few versions between
the 2 dont work either), it has worked with all other version of reader that
we tried.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Display-pdf-in-frame-issues-tp3681441p3686671.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Display pdf in frame issues

2011-07-22 Thread Ernesto Reinaldo Barreiro
Hi,

I wrote that page long time ago... I'm not aware of the issue you
mention:-( If you find a solution, can you, please, update that page?
So that other users can benefit from your experience.

Regards,

Ernesto

On Wed, Jul 20, 2011 at 6:27 PM, Rahvin  wrote:
> Hello,
>
> Not sure if this a wicket specific problem but the example i used to do this
> I got from here:
> https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
> https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
>
> The example works great, except for with IE8.
>
> To my component I have added the line:
> add(new StringHeaderContributor(" content=\"IE=EmulateIE7\"/>"));
>
> I have checked the source of the rendered page and found:
>
> 
>        
>    

Display pdf in frame issues

2011-07-20 Thread Rahvin
Hello,

Not sure if this a wicket specific problem but the example i used to do this
I got from here:
https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
https://cwiki.apache.org/WICKET/displaying-content-eg-pdf-excel-word-in-an-iframe.html
 

The example works great, except for with IE8.

To my component I have added the line:
add(new StringHeaderContributor(""));

I have checked the source of the rendered page and found:





The issue I get in IE8 is that the iFrame is a dark grey and entire page
goes all wonky (for lack of a better term)

Has anyone had/solved this?

Thanks


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Display-pdf-in-frame-issues-tp3681441p3681441.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org