Home | History | Annotate | Download | only in WebCore

Lines Matching full:mouse

1769         "Editing delegate selection methods not called when using mouse"
2234 JS crash with DOM2 mouse event with incorrect view
7304 (a) If you mouse down (or click, double click, triple click) inside a "none" region, the selection should not be cleared or changed
7311 (a) If you mouse down on a selectable region, then the behavior is unchanged. :hover/:active is completely frozen, and they aren't updated at all.
7312 (b) If you mouse down on a non-selectable region and start moving, then the behavior has changed. Instead of not updating at all, we mark the chain at the time the mouse goes down, and we restrict :hover/:active updates to only apply to elements that are in that chain. This yields perfect hover/active control behavior, even when :active has been applied hierarchically.
7946 the mouse doesn't place the focus on the menu
14714 Test cases added: None because this relies on mouse clicking.
16504 - fixed <rdar://problem/4126160> Crash sending mouse-exited event after reloading
16875 - cursor changes to arrow on mouse down in any case
19516 if the mouse down is in the bottom-right corner, call _trackResizeFromMouseDown:
19522 - fixed problem with mouse wheel patch where alt and shift keys were switched
19566 - fixed <rdar://problem/3655817> please add support for mouse wheel events and the onmousewheel handler
19592 (DOMNode::getValueProperty): Return the mouse wheel event handler.
19593 (DOMNode::putValue): Set the mouse wheel event handler.
19596 (Window::get): Return the mouse wheel event handler.
19597 (Window::put): Set the mouse wheel event handler.
19608 * khtml/xml/dom2_eventsimpl.h: Added events for mouse wheel and horizontal mouse wheel.
19610 (DOM::UIEventWithKeyStateImpl): Added. Base class shared by mouse, wheel, and keyboard events.
19611 (DOM::MouseRelatedEventImpl): Added. Base class shared by mouse and wheel events.
19615 the horizontal mouse wheel.
19617 (MouseRelatedEventImpl::MouseRelatedEventImpl): Added. Factored out what's shared between mouse
19623 so we can share more code with mouse and wheel events.
19646 and send it along to KHTMLView::viewportWheelEvent, consistent with how mouse events work.
20090 Fix for 4077106, make sure that mouse wheeling in overflow sections uses 40 rather than 10 as the base line
23234 - fixed <rdar://problem/4013986> REGRESSION (173-174): onclick event not sent when mouse click on checkbox is double-click
28830 * kwq/KWQEvent.mm: (positionForEvent): Add NSMouseMoved to list of events that have mouse location.
29157 (RenderFormElement::slotClicked): Change to create the QMouseEvent from the actual mouse event rather than
29708 hack where we don't remove right away when doing mouse tracking.
29710 the hack where we don't add right away when doing mouse tracking.
29764 <rdar://problem/3863031> REGRESSION (Mail): caret continues flashing while mouse is down
29767 (KHTMLPart::timerEvent): Add a check for whether the mouse is down. Keep the caret drawn
29781 but not mouse focusable. Also, this function did not work hard enough to set the focused
32969 affinity correctly when clicking with the mouse, and clearing the
33265 affinity correctly when clicking with the mouse, and clearing the
33661 - fixed <rdar://problem/3825429> onclick handler called when mouse down on another element (affects Dashboard Movies widget, test case enclosed)
38570 - fixed <rdar://problem/3547725> Crashes at csuohio.edu, list box vs. mouse event problem (Spoof No Fix)
40887 The general idea is that when AK asks us whether to accept the first mouse and do
41204 (KWQKHTMLPart::khtmlMouseMoveEvent): Use window based mouse event coords to dispatch event.
41205 (KWQKHTMLPart::mouseDown): Save window based mouse event coords .
41353 Dragging tweak: We pass the mouse down coords instead of the
41354 latest mouse drag coords to the ondragstart event. This makes it
41356 whereas the mouse drag location is next to useless for that.
41842 (KWQClipboard::dragNSImage): Generate an NSImage and mouse offset, no
42934 of the mouse within the image from the upper right corner. clipboard methods setdata
44229 - fixed <rdar://problem/3662556>: (REGRESSION: letting up mouse while dragging over link activates the link)
44305 (described below). If the focus shift was blocked, swallow the mouse event.
47752 Fix for 3610662, rendering sometimes doesn't update in response to mouse events that change style.
48132 Fix for 3600642, letter magnet demo doesn't update until mouse move. This patch also fixes problems
53725 in the abstract sense but is not mouse focusable or currently keyboard focusable. This
55718 Fix for 3485779, <input type=image> and <button> should not be mouse focusable.
56227 The WebCore part of this fix is to generalize the "defers loading" feature to all mouse clicks,
56228 rather than just doing it for mouse clicks on the combo box.
57125 Fixed: <rdar://problem/3020196>: links with href="" don't show hand cursor when you mouse over them
57566 return or enter and send a mouse event.
57699 Fix for 3472090, link should not be mouse focusable.
57979 Fix for 3470007, links don't get focus on mouse down. Fix the focus check on mouse down to actually
58035 - fixed 3464759 -- REGRESSION (100-107): Pressing on link loses mouse-down feedback almost instantly
58038 flag in prepareMoveEvent to prevent us from updating :hover and :active while the mouse is down.
58211 clicking mouse in document body