rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

anchor tag that downloads pdf gives problem in google chrome #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an html which has an anchor tag that points to a pdf.
2. In a flex application create a panel and include a flex-iframe in this 
panel. Loads the html created in previous step in this felx-iframe.
3. Run the flex application and Click on the anchor tag in the flex-iframe.

What is the expected output? What do you see instead?
Expected Output is that the pdf opens up within the container in which the 
flex-iframe is embedded. 
What is seen: The pdf opens in IE and firefox very well but in chrome the flex 
interface starts having flashes. Also the font size of google chrome starts 
reducing.

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?
Issue on Chrome. Flex iFrame version 1.4.6. The web-application runs on windows 
2008 server and client machine is windows 7.

Did you follow the users guide ? Particularly, did you set "wmode" to
"opaque" ?
Yes, I followed the user guide and set the wmode to opaque as well.

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.

Original issue reported on code.google.com by shiv...@wisethink.co on 3 Feb 2011 at 6:40