Home | History | Annotate | Download | only in WebCore

Lines Matching full:mouse

2179         and then use tab or mouse to get away from the select box),
2698 tests sends keyboard and mouse events to the main window and not
3263 The main fix here is to make mouse and wheel event coordinates in the coordinate
3320 currentPlatformMouseEvent to get a mouse event that has the appropriate
12627 Mouse wheel scrolling and keyboard shortcut support for wx.
14409 To Do's in a Mail note (excessive recursion in mouse drag tracking)
17680 <rdar://problem/6757346> SAP: Prevent default on mouseDown does not stop iframe from capturing subsequent mouse moves
17692 <rdar://problem/6757346> SAP: Prevent default on mouseDown does not stop iframe from capturing subsequent mouse moves
17695 of mouse move events when the default action of the initial mouse down
17696 is prevented. Remaining issue is that the final mouse up event still
17699 Test: fast/events/mouse-drag-from-frame-to-other-frame.html
21316 We refetch the target node in the shadow node case, and when we do so the window coordinate for the mouse event may
24092 - fix <rdar://problem/6757862> REGRESSION: Cannot use the mouse to place
28271 and call it when creating and initting mouse-related events.
29319 wx build fix. Fix typo after mouse wheel changes.
34143 <rdar://problem/6573250> REGRESSION: Crash when mouse cursor moves over a link on www.opportuno.de
37224 - fix <rdar://problem/6561077> REGRESSION (r39634): Unable to select an item in stocks widget with the mouse
38419 When we get a mouseOut event, consider the mouse as still within the RenderMedia if the relatedTarget is a descendant.
39302 captured by that frame, should the mouse move out of its bounds.
39304 Test: fast/events/mouse-drag-from-frame.html
41085 Bug 3248: Mouse events on OPTION element seem to be ignored
41087 Support mouse events on options in a select when it forms a list box.
68423 results button, or the cancel button should get the mouse events.
71373 Improve mouse wheel scolling on Qt/Cocoa.
71375 mouse wheel events we get have a much higher acceleration factor.
72037 Use this to set offsetX/offsetY in mouse events, thus fixing
81475 event handlers to no longer be virtual. Don't pass a mouse event where none is needed. Add a new
82987 Make the Web Inspector's toolbar icons darker when the mouse is
83921 Rework mouse wheeling significantly to make the platform event less messy and to enable wheelEvent
84039 scrollbar has nothing to do with mouse wheeling. This patch reverts the scrollbars to use the same line
87026 if the mouse is over the border or padding area of the frame. Add
87028 can check it to tell if the mouse is really over the content box of a
87032 that the mouse was outside the bounds of the view, but this prevents
89894 to a pressed location on the track (this is done with the middle mouse on Qt and with Shift-Click on Windows).
94559 This is matching the behavior of the mouse wheel when trying to scroll in a smaller layer of the page (div, textarea, ...) and when we reach the edge and keep scrolling then the whole page scrolls.
95950 <rdar://6157207> Mouse pointer does not change when new window is opened after pan-scrolling original window