Page 2 of 2

Re: window.print Problem

Posted: Fri Aug 30, 2019 1:15 pm
by salvadordf
I could finally reproduce this issue with the official CEF sample application by using the "--no-sandbox" command line switch.

I also found that Java users have this problem as you can see in this forum thread :
https://magpcss.org/ceforum/viewtopic.php?f=17&t=16664

They use the JCEF wrapper and I guess they don't use the sandbox either. I added a comment with our findings in that thread.

This looks like an internal issue with the sandbox in CEF.

Re: window.print Problem

Posted: Sun Sep 01, 2019 6:39 pm
by salvadordf
I added an issue in the CEF project too :
https://bitbucket.org/chromiumembedded/ ... uttons-not

Re: window.print Problem

Posted: Mon Sep 02, 2019 10:01 am
by steve7s
ok.

Thx for your help and the reporting.