WebApplication with a popup and iFrame, under Internet Explorer with Adobe reader, PDF does not hide
this strange issue related internet explorer , adobe pdf reader. on other browsers , pdf readers, don't issue. e.g. chrome , built-in pdf reader, don't issue.
i opening pdf document in 'frame' object , when close frame, pdf not go away. pdf still there until close browser.
has noticed? there tricks ensure pdf closed?
here screenshot, notice how pdf still kind of floating out there.
use code below, possible convert logic using html 'object' tag ?
it gwt application generates iframe in dynamic div. can click on close button hides div. when div hides, pdf not go away.
here of code, bring popup in frame:
final window gridpopup = new window();
gridpopup.setwidget(centerdocumentframe);
gridpopup.setmaximizable(true);
gridpopup.setclosable(true);
gridpopup.setresizable(true);
<iframe class="gwt-frame gl2yxwtbnl gl2yxwtblfc"
src="pdf" style="left: 360px; top: 0px; width: 431px; height: 358px;"/>
on close, pdf document sitting there.
note: internet explorer , adobe reader issue. apparently type of dynamic iframe , populating pdf, , closing, adobe isn't releasing screen properly. there kind of work around? trying avoid using object tag in favor of iframe
it response headers. aren't sending any, sending mimetype application/pdf , inline: pdf.
environment:
gxt version : 3.0.1
gwt: 2.5.1
windows 7
internet explorer 9 (no quirks mode)
tomcat 7
adobe reader version 10.10
more details here:
related problem:
sounds more ie issue handler iframe. embed pdfs pdj object script , i've never had problem.
More discussions in Acrobat Reader
adobe
Comments
Post a Comment