[Webkit-unassigned] [Bug 29332] REGRESSION (r48446): While a <select> popup menu is open, the rest of the WebView doesn't respond to mouse move events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 12:40:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29332





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2009-09-18 12:40:53 PDT ---
(From update of attachment 39778)
> +    pt.x = (short)LOWORD(lParam);
> +    pt.y = (short)HIWORD(lParam);    

GET_X_LPARAM and GET_Y_LPARAM would be better here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list