Bug 190309 - Mouse event fires a display of print dialog box (Windows&Linux, Chrome&Firefox&Edge&Chromium)
Summary: Mouse event fires a display of print dialog box (Windows&Linux, Chrome&Firefo...
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: PC All
: P2 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-05 04:08 PDT by Doom
Modified: 2018-10-05 05:37 PDT (History)
0 users

See Also:


Attachments
html file example to show the bug (599 bytes, text/html)
2018-10-05 04:08 PDT, Doom
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Doom 2018-10-05 04:08:05 PDT
Created attachment 351666 [details]
html file example to show the bug

Expected behavior :
it should just print 'onMouseMove' when I move the mouse

Actual behavior :
It opens the print dialog box when I move the mouse over the canvas
This bug is a blocking bug

How to reproduce :
Just open the bugPrintPopUp.html file and hover the Canvas (in upper left of the page)
It opens the print dialog box.

Tested on :
- Linux Jessie with Chromium, NW.js and Firefox
     (nwjs 69.0.3497.100 / nwjs-sdk-v0.33.4-linux-x64, Firefox Firefox 52.9.0)
- Windows 10 with Chrome, Edge and Firefox
   (Chrome Version 69.0.3497.100 (Build officiel) (64 bits), Microsoft Edge 42.17134.1.0, Firefox 61.0.2 (64 bits))

With different machines on different places, bug occurs.

Thanks for your help.

Doom.
Comment 1 Doom 2018-10-05 05:26:42 PDT
Just an error of language.
Use print (of pyhton) instead of console.log() of javascript

Sorry ...
Comment 2 Doom 2018-10-05 05:37:43 PDT
Close it