Lines Matching full:mouse
2214 userResize function that handles mouse events that continue a resize already
2218 functions. Removed the direct drawing of a gray bar during mouse movement;
2559 continues after the mouse is released outside the window (8137)
2561 The RenderLayer hit testing code assumed that, when the mouse was outside
2562 the WebView, we only needed to capture mouse events while the mouse was
2563 down (in other words, mouse move events). We actually need to capture mouse
2579 if the move occurs while the mouse is down. This replaces RenderLayer's
2580 heavy-handed assumption that we should always capture if the mouse is down.
2582 flag, since we assume every mouse up follows a mouse down inside the WebView.
2594 which specifies whether the hit test should capture mouse events that occur
2600 the hit test requester can decide whether we need to capture mouse events
3607 Fix mouse wheel scrolling in <textarea> controls.
3742 (WebCore::HTMLSearchFieldCancelButtonElement::defaultEventHandler): On mouse up, clears the value from the text field.
3775 (WebCore::RenderTextControl::nodeAtPoint): Act as if we've hit the shadow tree elements based on the x coordinate of the mouse event.
6422 REGRESSION: When I mouse up after dragging a selection outside of a iframe, the iframe
6436 If the mouse down event was in a subframe, stop the subframe's timer.
7259 false for all the key state in simulated mouse events, pass the state from the
7262 alt key modifier to the mouse event, resulting in the effect we want. It's nice
7263 that JavaScript also gets to see the proper modifiers in the mouse event.
7861 name for the version that creates a mouse event for a real platform mouse event.
8122 With this patch, if you "select" the text using the mouse, as
8972 SVG: stroke not sensitive to mouse events (hit testing fails)
10928 * page/EventHandler.cpp: Added concept of a node that will capture all mouse events. This will be used by the slider thumb, so it can
10929 continue to capture mouse move events during the drag, even though those events aren't directly over the slider.
10932 (WebCore::EventHandler::dispatchMouseEvent): If the capturingMouseEventsNode is set, then dispatch all mouse events to that node.
13142 off-screen windows when handling mouse events.
13818 fix. It is possible to get a mouse event without a target node, so
14733 Also removed some old code that was forwarding mouse events to subviews to make
15466 (WebCore::HTMLSelectElement::listBoxDefaultEventHandler): Updates base and extent variables for mouse and key events.
23835 * page/FrameView.cpp: Store the current mouse position in window coordinates. The callers can convert to their own coordinate space.
23842 (WebCore::RenderLayer::autoscroll): Rewrote this to scroll recursively, and to scroll based on the mouse position (not the selection).
23846 (WebCore::RenderListBox::autoscroll): Convert the mouse coordinates to the right space.
25424 Incorrect mouse event generation on Windows
25428 (1) Set mouse button even for non-click-related messages.
25956 Let Windows determine which mouse button is pressed.
25961 parameter to determine which mouse button is pressed.
26411 Refactor the code that passes mouse presses to the Mac scrollbar and make it cross-platform.
26583 subframes while the mouse is down.
26644 mouse is over the scrollbar.
26745 * page/FrameView.cpp: Keep track of current mouse position so this can be used for list box autoscroll.
27050 This patch also changes windows PlatformMouseEvent so that we can detect multiple-click mouse events
27096 Changed the PlatformMouseEvent on windows so that we "roll our own" multi-click mouse events instead of relying on the system to tell us, enabling us to detect triple-clicks
27248 paths with no fill specified default to black but do not receive paint-related mouse events
28885 Massage mouse wheel handling so that it is more cross-platform. Make
41848 Widget::removeFromSuperview() obeys the "mustStayInWindow" flag, which is set while tracking the mouse
42040 * manual-tests/invalid-mouse-event.html: Added.
43177 In some cases, get the event target node again after dispatching the mouse event.
45117 REGRESSION: First mouse click is randomly ignored when clicking on checkbox and radio buttons
46954 Resize corner does not track the mouse accurately
46965 the mouse location.
46972 given point from the corner that tracks the mouse when resizing.
47206 Use the passed mouse event, instead of the "current" event. There is no such thing as
47208 internal event with an invalid mouse location.
47785 making a selection with the mouse.
48260 * manual-tests/redraw-page-cache-visited-links.html: Changed to use DOM mouse event.
48270 Fixed coordinates for mouse events. Added call to keepWebHistory().
50022 already cache this info when we handle mouse down and mouse up.
50901 (WebCore::FrameView::handleMousePressEvent): If the mouse was pressed in a layer's resize control, then put the layer into resize mode.
50910 (WebCore::RenderLayer::resize): Added. Sets a new width and height based on the current mouse point.