Bug 29819
Summary: | Mouse move events do not trigger after right-clicking and closing the context menu | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robbie Viera <ToastyX> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | mitz |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.6 | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=177911 |
Robbie Viera
Summary:
Mouse move events do not trigger after right-clicking and closing the context menu, and the mouse cursor stays as the arrow cursor as a result.
Steps to reproduce:
1. Visit www.apple.com
2. Right-click anywhere on the page
3. Left-click anywhere else to cancel the menu
4. Move the mouse cursor over the menu links at the top
Expected results:
The menu mouseovers should respond, and the mouse cursor should change into a hand when over the links.
Actual results:
The menu mouseovers do not respond, and the mouse cursor stays as the arrow cursor.
Notes:
The right-click must be an actual right-click (button 2). Control-clicking does not trigger the problem.
I have only tested the Mac version.
<rdar://problem/7242707>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robbie Viera
I just noticed the problem can also be reproduced with control-click if the Esc key is pressed to cancel the context menu instead of clicking anywhere else.
mitz
See also bug 20186.
mitz
Bug 24427 appears to be another symptom of the same issue.