Bug 29819 - Mouse move events do not trigger after right-clicking and closing the context menu
Summary: Mouse move events do not trigger after right-clicking and closing the context...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-09-28 11:32 PDT by Robbie Viera
Modified: 2017-10-09 12:52 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robbie Viera 2009-09-28 11:32:00 PDT
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>
Comment 1 Robbie Viera 2009-09-29 18:30:00 PDT
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.
Comment 2 mitz 2009-11-01 12:24:00 PST
See also bug 20186.
Comment 3 mitz 2009-11-04 19:57:33 PST
Bug 24427 appears to be another symptom of the same issue.