Window.print() Not Responsive

Running: Version 1.24.85 Chromium: 90.0.4430.212 (Official Build) (64-bit)

I have print buttons on pages that are unresponsive. They have an onclick event window.print().

-button type=“button” name=“btn_print” id=“btn_print” class=“btn rounded-0 btn-primary ml-2” onclick=“window.print()”- Print -/button-

This issue began recently.

The same buttons work in Chrome and FireFox.

I tried using other code options and the same result. I also check for settings and unblocked popups and anything else that looked like it might interfere.

Can you setup a test page via https://jsfiddle.net/ showing the issue? @DanimalReks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.