Open Bug 1553911 Opened 6 years ago Updated 2 years ago

Mouse button click no longer reacts after print/print cancel.

Categories

(Core :: DOM: Core & HTML, defect, P2)

Desktop
All
defect

Tracking

()

Tracking Status
firefox-esr60 --- wontfix
firefox67 --- wontfix
firefox67.0.1 --- wontfix
firefox68 --- wontfix
firefox69 --- wontfix

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: parity-chrome, parity-edge)

+++ This bug was initially created as a clone of Bug #1553882 +++

When I test Bug 1553882, I found a problem.
Mouse button click no longer reacts after print/print cancel.

Steps to reproduce:

  1. Open https://jsfiddle.net/0s7etpu9/3/
  2. Click on [Click me]
  3. If print dialog opened, Cancel or OK to print
  4. Left/Right/Middle mouse button click on any element of the content.

Actual Results:
Mouse button click no longer reacts.

Expected results:
Mouse button click should always react.

Hi, I managed to reproduce this issue in 69.0a1 (2019-05-24) and I think the correct component might be Dom:Events, in case the component is not the right one please change it to a more suitable component.

Component: General → DOM: Events

I saw following error on log,

[Child 41868, Main Thread] ###!!! ASSERTION: Uh, LeaveModalState() called w/o a reachable top window?: 'Error', file /Users/edgarchen/Workspace/mercurial/mozilla-central/dom/base/nsGlobalWindowOuter.cpp, line 6374

It looks like the top level window didn't be resumed successfully [1] due to the iframe is already removed in afterprint event.

[1] https://searchfox.org/mozilla-central/rev/ddb81c7a43ffada1f6cb4200c4f625e50e44dcf3/dom/base/nsGlobalWindowOuter.cpp#6374

Component: DOM: Events → DOM: Core & HTML
OS: Windows 10 → All
Priority: -- → P2
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.