This is a migrated thread and some comments may be shown as answers.

Print report in Chrome 77

1 Answer 100 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
rafi
Top achievements
Rank 1
rafi asked on 15 Sep 2019, 09:43 AM

Hello,

I have an old code that works perfectly until today.

i use html5 reporting viewer to display the report.

when user click on print button - the chrome print dialog should be display, but in chrom 77 it's doesn't work.

I try debbuging the code, it seems that work and not failed but nothing happend:

 function printDesktop(src) {
            if (!iframe) {
                iframe = document.createElement("IFRAME");
                iframe.style.display = "none";
            }
            iframe.src = src;
            document.body.appendChild(iframe);
        }

 

Thanks,

Sari

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 16 Sep 2019, 06:35 AM

Hello Sari,

Please refer to this forum post - Could not print on Chrome 77 where the same topic is discussed

Regards,
Neli
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
rafi
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or