Lines Matching full:mouse
164 handle (mouse event to resize frame borders); this was always
1613 mouse clicks in elements. Used to trigger button actions in response to
1702 under the mouse is voiced.
3479 (NodeImpl::handleLocalEvents): Don't send mouse events for disabled elements. But we do
3519 a suitable mouse event and calls dispatchMouseEvent for CONTEXTMENU_EVENT.
3621 (KWQKHTMLPart::mouseDown): Ref the KHTMLView while sending the viewport mouse down event.
3622 (KWQKHTMLPart::mouseDragged): Ref the KHTMLView while sending the viewport mouse dragged event.
3623 (KWQKHTMLPart::mouseUp): Ref the KHTMLView while sending the viewport mouse up or double click event.
3624 (KWQKHTMLPart::mouseMoved): Ref the KHTMLView while sending the viewport mouse moved event.
3786 page to move; esp. bad if the field moves out from under the mouse
4546 handling each mouse down event.
5052 sending the consumed mouse up event destroys the QButton.
8601 focused node on mouse down. This created a symptom where a text field would lose
9998 The stateChanged signal must be delivered before the mouse up event is handled.
10003 (-[KWQButton action:]): Don't send the mouse up event here.
10004 (-[KWQButton sendConsumedMouseUpIfNeeded]): Added. New method that sends the consumed mouse
10007 sending the consumed mouse up event. Call sendConsumedMouseUpIfNeeded to do the deed.
10008 (QButton::clicked): Added comment to explain why it's important to send the consumed mouse
10614 (-[KWQButton mouseDown:]): Record that we are processing a mouse
10623 (-[KWQFileButtonAdapter clicked]): Send mouse up and click through DOM.
10632 (-[KWQTableView mouseDown:]): Record that we are processing a mouse
10633 event; if no click happens while processing, send the mouse up event
10636 and processing a mouse event, send up first.
10874 - fixed 3010915 -- mouse wheel won't scroll the main document when you are over [i]frame
11939 a mouse up after a widget has done it's tracking, which leads to the second
11942 a fake mouseup, we just note that the mouse has done up at the end of mousedown
11949 dispatching the mouse down.
11953 Don't post a phony mouse up from here.
12026 2938062 Mouse cursor does not change to link cursor over non-button form submission controls
13364 Through a strange set of circumstances, sometimes the "mouse down" event is a mouse up
13647 synch as to the state of the mouse. This covers the case of AK widgets that
13665 (KHTMLView::viewportMouseDoubleClickEvent): We get this when the mouse
13669 we think the mouse is down. Those screw up our tracking, like 3137661. This is
13679 to fix things up in the khtml event world. We post a fake mouse up to balance
13680 the mouse down we started with. In addition, we post a fake mouseMoved to get
14187 - fixed 3151442 - mac.com homepage editing - selection and clicking with mouse don't work
14296 (KHTMLView::viewportMousePressEvent): Remember mouse is down.
14297 (KHTMLView::viewportMouseMoveEvent): Use ibeam while mouse down.
14412 mouse events grabbing the absolutePosition of elements, and don't
14505 Fix nodeAtPoint to return text nodes if the mouse is over them.
14868 when the mouse is no longer inside them.
15718 Fix for the 3137790. This patch passes the mouse event x and y as
15768 (KWQKHTMLPart::khtmlMousePressEvent): Make sure a mouse down
15770 is prevented on the mouse down event.
16941 - fixed 3127900 -- REGRESSION: text fields select all their text when clicked on with the mouse
17370 - fixed 3083814 - dhtml at www.bayarea.com doesn't hide on some mouse movements
17378 (UIEvent::pageX): Get x coordinate if a mouse event.
17379 (UIEvent::pageY): Get y coordinate if a mouse event.
17551 Since the "which" property also can be used for mouse events, and fixing
17576 Also fixed a problem where it was considering sending a second mouse up event. What we're doing here
17605 The problem was that the mouse dragged events were going to the scroll bar because the new click
17613 before because I don't want or need to pass mouseMoved: events along, but the KHTML mouse move
17622 still probably a good idea to clear it when we know the mouse is no longer down.
17752 - fixed handling of mouse events so I could turn the mechanism on all the way
17776 can pass to subframes, which are mouse down, up, and dragged events, and passes them along.
17878 the mouse down event to, and then send it.
17879 (KWQKHTMLPart::khtmlMouseReleaseEvent): Send the mouse up event to the view we sent a mouse
18592 - got rid of the per-part NSEvent in preparation for NSView mouse event handling going through WebCore
18619 right mouse button and other mouse button.