Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dom frozen after cancel close window.print dialog. #19768

Closed
3 tasks done
purocean opened this issue Aug 15, 2019 · 8 comments
Closed
3 tasks done

Dom frozen after cancel close window.print dialog. #19768

purocean opened this issue Aug 15, 2019 · 8 comments

Comments

@purocean
Copy link

purocean commented Aug 15, 2019

Preflight Checklist

  • I have read the Contributing Guidelines for this project.
  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Issue Details

  • Electron Version:
    • 6.0.2
  • Operating System:
    • Windows 10.0.18362.267

Version 6.0.2 solved print crash problem. But is still trouble when I cancel print dialog.

There is a closed same issue.
#14705

@CaseyLeeMurphy
Copy link

CaseyLeeMurphy commented Sep 5, 2019

@sofianguy I don't believe this is a windows only issue. I'm observing this behavior on mac (mojave) in version 6.0.7

@vladimiry
Copy link

This is a quite severe issue. Besides, Linux is also affected.

@jngbng
Copy link

jngbng commented Oct 1, 2019

I'm observing it on Mac (Mojave 10.14.5) in version 6.0.10, too.

@HaNdTriX
Copy link

HaNdTriX commented Oct 7, 2019

This issue also effects the window.opener api:

const opener = window.open('/')
opener.print() // -> freezes current webview

@jarek-foksa
Copy link

I can reproduce this issue with Electron 5.0.11 on macOS Mojave.

@HaNdTriX
Copy link

Fyi: This issue seems to be resolved in version v7.0.0-beta.6

@TristonJ
Copy link

TristonJ commented Oct 18, 2019

This issue seems to be fixed in v7.0.0-beta.6 and v7.0.0-beta7, but in those versions I am experiencing a different issue (appears to be the same as #14705). The print dialog only works once (Ubuntu 19.04).

This issue seems to be the same as #20426

@codebytere
Copy link
Member

codebytere commented Dec 9, 2019

@vladimiry Closing as this should be fixed in 8- however the "only works once" issue is valid and will now be tracked in #21397.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants