Bug 43781 - mousemove event doesn't fire after contextmenu event while mouse button pressed
Summary: mousemove event doesn't fire after contextmenu event while mouse button pressed
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://elv1s.ru/files/html+css/webkit...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2010-08-10 03:48 PDT by Nikita Vasilyev
Modified: 2022-07-31 11:25 PDT (History)
4 users (show)

See Also:


Attachments
Reduction (579 bytes, text/html)
2010-08-10 03:49 PDT, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2010-08-10 03:48:39 PDT
It doesn't fire in Safari 5 and WebKit ToT.
It does in all other browsers I tested (Chrome 6.0.472.25, Firefox 4 beta 2, and Opera 10.60).
Comment 1 Nikita Vasilyev 2010-08-10 03:49:29 PDT
Created attachment 63998 [details]
Reduction
Comment 2 Nikita Vasilyev 2010-08-10 04:17:28 PDT
It seems to be Mac OS X related issue. WebKit on Windows shows a context menu then the mouse button is released (i.e. onmouseup). On Mac OS X it shows right after the mouse button is down (i.e. onmousedown). Didn't test it on other platforms.
Comment 3 Ahmad Saleem 2022-07-31 11:23:39 PDT
I am unable to reproduce this bug in Safari 15.6 on macOS 12.5 and upon right click, "mousemouse" event fire off right after contextmenu rather than waiting for button to be released, which was this bug about. Since, the event is fired right away and it is matching with all browsers (Chrome Canary 106 and Firefox 105), I think this bug can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!