Mouse button click no longer reacts after print/print cancel.
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
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:
- Open https://jsfiddle.net/0s7etpu9/3/
- Click on [Click me]
- If print dialog opened, Cancel or OK to print
- 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.
Comment 1•6 years ago
|
||
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.
Comment 2•6 years ago
|
||
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.
Updated•6 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•