Lines Matching full:mouse
968 The swizzle will do a hit test and allow the cursor set to occur if the mouse ends up
975 Add a 100ms delay to the fake mouse moved event that fires when the view moves
976 under the mouse (without the mouse moving). This happens on iBench when the
977 pages get scrolled. By adding a delay we ensure that even with the mouse inside
2322 - <rdar://problem/5321953> remove workaround for fixed AppKit mouse moved bug
3388 seconds when trying to select text using mouse
3392 when changing focus, on certain mouse events, etc. If there
5334 blinks when mouse is moved, and is invisible otherwise
5436 On Mac, support fine grained wheel events generated by trackpad and Mighty Mouse.
6096 <rdar://problem/5051616> Mouse clicks and movement are ignored in HIWebView on 64-bit
6098 Mouse events are not being handled correctly as GetControlKind is returning an error
7153 blinks when mouse is moved, and is invisible otherwise
9431 generate a fake mouse-moved event, which simulates the mouse moving away from
9446 - added WebKit support for making a web page temporarily ignore mouse movements
10145 The WebKit changes are to ignore WM_MOUSEMOVED messages when the mouse
10147 getting dispatched in many cases. It's a peculiarity of Windows mouse
10186 (findKeyStateEvent): Added. Helper that finds the mouse or keyboard event in a chain
10188 (findMouseEvent): Added. Same, but specifically for mouse events.
15352 Add message paramter to WebView::mouse* methods to pass down to
18185 Copy the hit HTMLView's mouse down event to the top HTMLView.
18191 (-[WebHTMLView _delegateDragSourceActionMask]): Copy the hit HTMLView's mouse down event to
18830 <rdar://problem/4404652> Netscape plug-in mouse events broken in HiDPI
18832 Multiply global mouse coordinates by the window scale factor so that plug-ins can use GlobalToLocal() in HiDPI.
18833 This fixes many bugs involving plug-in mouse event handling in HiDPI. Most notably, the Flash player will now
24072 <rdar://problem/2952761> moving the mouse around eats more CPU than I would expect (7450)