Why does KB4022719 cause IE to stop printing Popups and Iframe?
The latest MS Rollup, KB4022719 is causing havoc with printing in IE for those that print from Popups and iframes. I have seen many others with this problem. I extracted the .msu and associated CAB files, and there are 564 references to ieframe.dll and ie updates. Uninstalling the Rollup fixes it, but I was trying to see if anyone knew where I should look in the .dll files the .msu "fixes." I am using IE 11.
IE 11 attempts to print and does, but the result of the printout is "Server Cannot Be Found."
Edit: I cannot change the source.
Edit: Apparently, there is a patch now.
https://support.microsoft.com/en-us/help/4032782/a-blank-page-or-404-error-prints-when-you-try-to-print-a-frame-in-ie
printing internet-explorer
add a comment |
The latest MS Rollup, KB4022719 is causing havoc with printing in IE for those that print from Popups and iframes. I have seen many others with this problem. I extracted the .msu and associated CAB files, and there are 564 references to ieframe.dll and ie updates. Uninstalling the Rollup fixes it, but I was trying to see if anyone knew where I should look in the .dll files the .msu "fixes." I am using IE 11.
IE 11 attempts to print and does, but the result of the printout is "Server Cannot Be Found."
Edit: I cannot change the source.
Edit: Apparently, there is a patch now.
https://support.microsoft.com/en-us/help/4032782/a-blank-page-or-404-error-prints-when-you-try-to-print-a-frame-in-ie
printing internet-explorer
add a comment |
The latest MS Rollup, KB4022719 is causing havoc with printing in IE for those that print from Popups and iframes. I have seen many others with this problem. I extracted the .msu and associated CAB files, and there are 564 references to ieframe.dll and ie updates. Uninstalling the Rollup fixes it, but I was trying to see if anyone knew where I should look in the .dll files the .msu "fixes." I am using IE 11.
IE 11 attempts to print and does, but the result of the printout is "Server Cannot Be Found."
Edit: I cannot change the source.
Edit: Apparently, there is a patch now.
https://support.microsoft.com/en-us/help/4032782/a-blank-page-or-404-error-prints-when-you-try-to-print-a-frame-in-ie
printing internet-explorer
The latest MS Rollup, KB4022719 is causing havoc with printing in IE for those that print from Popups and iframes. I have seen many others with this problem. I extracted the .msu and associated CAB files, and there are 564 references to ieframe.dll and ie updates. Uninstalling the Rollup fixes it, but I was trying to see if anyone knew where I should look in the .dll files the .msu "fixes." I am using IE 11.
IE 11 attempts to print and does, but the result of the printout is "Server Cannot Be Found."
Edit: I cannot change the source.
Edit: Apparently, there is a patch now.
https://support.microsoft.com/en-us/help/4032782/a-blank-page-or-404-error-prints-when-you-try-to-print-a-frame-in-ie
printing internet-explorer
printing internet-explorer
edited Jun 30 '17 at 15:16
asked Jun 15 '17 at 16:12
johnny
87382844
87382844
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
It would be better to edit your question and state that you cannot change the source - as Thom has already said, there is a source code change you can perform:
Credit to Thom on stack overflow (https://stackoverflow.com/questions/44547861/ie11-windows-7-print-issue-after-kb4021558/44574105#44574105):
function Print() {
if (document.queryCommandSupported('print')) {
document.execCommand('print', false, null);
}
else {
window.parent.<framename>.focus();
window.print();
}
If you DONT have access to the source then you are out of luck for a direct workaround - MS also state that there is no workaround for the known problem yet: https://support.microsoft.com/en-us/help/4021558/cumulative-security-update-for-internet-explorer-june-13-2017
Known issues in this security update
When you print a specific iframe or frame in a web page, the print
output may be blank, or text is printed that resembles the following:
404 – Not Found
(A frame is a part of a web page or browser window that displays
content independent of its container. A frame can load content
independently.)
This problem has also been observed in both Internet Explorer 11, and
in applications that host the IE Web Browser Control.
There is currently no workaround for this issue. However, if you print
the entire web page, it will print correctly.
Microsoft is researching this problem and will post more information
in this article when the information becomes available.
Other than that you can either CTRL+A CRTL+C CTRL+V elsewhere (MS Word/OpenOffice writer etc)and hope that will print out OK or you can right click/print preview and print (but your mileage will vary - most iframes will only print a portion this way)
The actual problem is how the temporary files interact when called to print, MS appear to have changed the storage method of calling the temporary file invoked by .print() (source: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12349663/)
add a comment |
some of our employees has issue printing from SharePoint website.
they were printing page but it was printing blank with header and footer information page 1 of 0 and res://ieframe.dll/ZmXORYC6.htm respectively.
I removed kb4021558 update from computer and it worked for me.
there is one more work around for this issue without removing KB4021558
- Right click frame and select all
- Right click and choose print preview.
- there should be an option in your preview for "as selected on Screen"
choose this allowed to print everything in the frame.
I tested both on computer and worked for me.
Thanks
add a comment |
We have had the same issue with our 2012 R2 RDS servers and fixed it by installing the update found here https://www.catalog.update.microsoft.com/search.aspx?q=KB4032782
Please see KB4032782 for more information regarding the update.
add a comment |
None of the solutions worked for me except adding this style to the component:
position: isIE ? 'absolute' : 'relative'
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1219641%2fwhy-does-kb4022719-cause-ie-to-stop-printing-popups-and-iframe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
It would be better to edit your question and state that you cannot change the source - as Thom has already said, there is a source code change you can perform:
Credit to Thom on stack overflow (https://stackoverflow.com/questions/44547861/ie11-windows-7-print-issue-after-kb4021558/44574105#44574105):
function Print() {
if (document.queryCommandSupported('print')) {
document.execCommand('print', false, null);
}
else {
window.parent.<framename>.focus();
window.print();
}
If you DONT have access to the source then you are out of luck for a direct workaround - MS also state that there is no workaround for the known problem yet: https://support.microsoft.com/en-us/help/4021558/cumulative-security-update-for-internet-explorer-june-13-2017
Known issues in this security update
When you print a specific iframe or frame in a web page, the print
output may be blank, or text is printed that resembles the following:
404 – Not Found
(A frame is a part of a web page or browser window that displays
content independent of its container. A frame can load content
independently.)
This problem has also been observed in both Internet Explorer 11, and
in applications that host the IE Web Browser Control.
There is currently no workaround for this issue. However, if you print
the entire web page, it will print correctly.
Microsoft is researching this problem and will post more information
in this article when the information becomes available.
Other than that you can either CTRL+A CRTL+C CTRL+V elsewhere (MS Word/OpenOffice writer etc)and hope that will print out OK or you can right click/print preview and print (but your mileage will vary - most iframes will only print a portion this way)
The actual problem is how the temporary files interact when called to print, MS appear to have changed the storage method of calling the temporary file invoked by .print() (source: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12349663/)
add a comment |
It would be better to edit your question and state that you cannot change the source - as Thom has already said, there is a source code change you can perform:
Credit to Thom on stack overflow (https://stackoverflow.com/questions/44547861/ie11-windows-7-print-issue-after-kb4021558/44574105#44574105):
function Print() {
if (document.queryCommandSupported('print')) {
document.execCommand('print', false, null);
}
else {
window.parent.<framename>.focus();
window.print();
}
If you DONT have access to the source then you are out of luck for a direct workaround - MS also state that there is no workaround for the known problem yet: https://support.microsoft.com/en-us/help/4021558/cumulative-security-update-for-internet-explorer-june-13-2017
Known issues in this security update
When you print a specific iframe or frame in a web page, the print
output may be blank, or text is printed that resembles the following:
404 – Not Found
(A frame is a part of a web page or browser window that displays
content independent of its container. A frame can load content
independently.)
This problem has also been observed in both Internet Explorer 11, and
in applications that host the IE Web Browser Control.
There is currently no workaround for this issue. However, if you print
the entire web page, it will print correctly.
Microsoft is researching this problem and will post more information
in this article when the information becomes available.
Other than that you can either CTRL+A CRTL+C CTRL+V elsewhere (MS Word/OpenOffice writer etc)and hope that will print out OK or you can right click/print preview and print (but your mileage will vary - most iframes will only print a portion this way)
The actual problem is how the temporary files interact when called to print, MS appear to have changed the storage method of calling the temporary file invoked by .print() (source: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12349663/)
add a comment |
It would be better to edit your question and state that you cannot change the source - as Thom has already said, there is a source code change you can perform:
Credit to Thom on stack overflow (https://stackoverflow.com/questions/44547861/ie11-windows-7-print-issue-after-kb4021558/44574105#44574105):
function Print() {
if (document.queryCommandSupported('print')) {
document.execCommand('print', false, null);
}
else {
window.parent.<framename>.focus();
window.print();
}
If you DONT have access to the source then you are out of luck for a direct workaround - MS also state that there is no workaround for the known problem yet: https://support.microsoft.com/en-us/help/4021558/cumulative-security-update-for-internet-explorer-june-13-2017
Known issues in this security update
When you print a specific iframe or frame in a web page, the print
output may be blank, or text is printed that resembles the following:
404 – Not Found
(A frame is a part of a web page or browser window that displays
content independent of its container. A frame can load content
independently.)
This problem has also been observed in both Internet Explorer 11, and
in applications that host the IE Web Browser Control.
There is currently no workaround for this issue. However, if you print
the entire web page, it will print correctly.
Microsoft is researching this problem and will post more information
in this article when the information becomes available.
Other than that you can either CTRL+A CRTL+C CTRL+V elsewhere (MS Word/OpenOffice writer etc)and hope that will print out OK or you can right click/print preview and print (but your mileage will vary - most iframes will only print a portion this way)
The actual problem is how the temporary files interact when called to print, MS appear to have changed the storage method of calling the temporary file invoked by .print() (source: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12349663/)
It would be better to edit your question and state that you cannot change the source - as Thom has already said, there is a source code change you can perform:
Credit to Thom on stack overflow (https://stackoverflow.com/questions/44547861/ie11-windows-7-print-issue-after-kb4021558/44574105#44574105):
function Print() {
if (document.queryCommandSupported('print')) {
document.execCommand('print', false, null);
}
else {
window.parent.<framename>.focus();
window.print();
}
If you DONT have access to the source then you are out of luck for a direct workaround - MS also state that there is no workaround for the known problem yet: https://support.microsoft.com/en-us/help/4021558/cumulative-security-update-for-internet-explorer-june-13-2017
Known issues in this security update
When you print a specific iframe or frame in a web page, the print
output may be blank, or text is printed that resembles the following:
404 – Not Found
(A frame is a part of a web page or browser window that displays
content independent of its container. A frame can load content
independently.)
This problem has also been observed in both Internet Explorer 11, and
in applications that host the IE Web Browser Control.
There is currently no workaround for this issue. However, if you print
the entire web page, it will print correctly.
Microsoft is researching this problem and will post more information
in this article when the information becomes available.
Other than that you can either CTRL+A CRTL+C CTRL+V elsewhere (MS Word/OpenOffice writer etc)and hope that will print out OK or you can right click/print preview and print (but your mileage will vary - most iframes will only print a portion this way)
The actual problem is how the temporary files interact when called to print, MS appear to have changed the storage method of calling the temporary file invoked by .print() (source: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12349663/)
answered Jun 19 '17 at 9:30
AngryCarrotTop
1261
1261
add a comment |
add a comment |
some of our employees has issue printing from SharePoint website.
they were printing page but it was printing blank with header and footer information page 1 of 0 and res://ieframe.dll/ZmXORYC6.htm respectively.
I removed kb4021558 update from computer and it worked for me.
there is one more work around for this issue without removing KB4021558
- Right click frame and select all
- Right click and choose print preview.
- there should be an option in your preview for "as selected on Screen"
choose this allowed to print everything in the frame.
I tested both on computer and worked for me.
Thanks
add a comment |
some of our employees has issue printing from SharePoint website.
they were printing page but it was printing blank with header and footer information page 1 of 0 and res://ieframe.dll/ZmXORYC6.htm respectively.
I removed kb4021558 update from computer and it worked for me.
there is one more work around for this issue without removing KB4021558
- Right click frame and select all
- Right click and choose print preview.
- there should be an option in your preview for "as selected on Screen"
choose this allowed to print everything in the frame.
I tested both on computer and worked for me.
Thanks
add a comment |
some of our employees has issue printing from SharePoint website.
they were printing page but it was printing blank with header and footer information page 1 of 0 and res://ieframe.dll/ZmXORYC6.htm respectively.
I removed kb4021558 update from computer and it worked for me.
there is one more work around for this issue without removing KB4021558
- Right click frame and select all
- Right click and choose print preview.
- there should be an option in your preview for "as selected on Screen"
choose this allowed to print everything in the frame.
I tested both on computer and worked for me.
Thanks
some of our employees has issue printing from SharePoint website.
they were printing page but it was printing blank with header and footer information page 1 of 0 and res://ieframe.dll/ZmXORYC6.htm respectively.
I removed kb4021558 update from computer and it worked for me.
there is one more work around for this issue without removing KB4021558
- Right click frame and select all
- Right click and choose print preview.
- there should be an option in your preview for "as selected on Screen"
choose this allowed to print everything in the frame.
I tested both on computer and worked for me.
Thanks
answered Jun 26 '17 at 22:17
gurmeet singh
91
91
add a comment |
add a comment |
We have had the same issue with our 2012 R2 RDS servers and fixed it by installing the update found here https://www.catalog.update.microsoft.com/search.aspx?q=KB4032782
Please see KB4032782 for more information regarding the update.
add a comment |
We have had the same issue with our 2012 R2 RDS servers and fixed it by installing the update found here https://www.catalog.update.microsoft.com/search.aspx?q=KB4032782
Please see KB4032782 for more information regarding the update.
add a comment |
We have had the same issue with our 2012 R2 RDS servers and fixed it by installing the update found here https://www.catalog.update.microsoft.com/search.aspx?q=KB4032782
Please see KB4032782 for more information regarding the update.
We have had the same issue with our 2012 R2 RDS servers and fixed it by installing the update found here https://www.catalog.update.microsoft.com/search.aspx?q=KB4032782
Please see KB4032782 for more information regarding the update.
answered Jul 11 '17 at 14:36
Orville Dobbe
1
1
add a comment |
add a comment |
None of the solutions worked for me except adding this style to the component:
position: isIE ? 'absolute' : 'relative'
add a comment |
None of the solutions worked for me except adding this style to the component:
position: isIE ? 'absolute' : 'relative'
add a comment |
None of the solutions worked for me except adding this style to the component:
position: isIE ? 'absolute' : 'relative'
None of the solutions worked for me except adding this style to the component:
position: isIE ? 'absolute' : 'relative'
answered Dec 5 at 23:25
user970354
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1219641%2fwhy-does-kb4022719-cause-ie-to-stop-printing-popups-and-iframe%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown