Bug 190309

Summary: Mouse event fires a display of print dialog box (Windows&Linux, Chrome&Firefox&Edge&Chromium)
Product: WebKit Reporter: Doom <doom.mail>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: CLOSED INVALID    
Severity: Blocker    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   
Attachments:
Description Flags
html file example to show the bug none

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