Home | History | Annotate | Download | only in WebCore

Lines Matching full:mouse

5460         Test: plugins/mouse-events-fixedpos.html
6281 Crash on dispatching SVG mouse events
6289 Tests: manual-tests/use-crash-on-mouse-hover.svg
10334 Mouse hover does not work as expected with the flash in some sites.
10338 mouse hover. I do not how flash uses this value but returning 0 when flash
22592 Middle-mouse button not firing mousedown DOM event when autoscroll happens.
22597 2) Calling event.preventDefault() on a middle mouse button will now prevent pan scrolling.
27742 Also, this fixes the behavior when a user drags the mouse from an
27940 [Qt] Mac Plugins : Pass mouse position relative to the fake window
27942 When using off-screen rendering, we need to pass mouse events relative
29944 Now, that's the theory. In practice, ATM, mouse events do not work when using
29946 so that there are no regressions after this patch. Once we get mouse events
31372 A null timer was used to send mouse move events. Instead, we now use
33973 needed. This method fired a drag event whenever the mouse moved, but
33975 model independent of when the mouse moves. See "Among other changes..."
33999 Currently, the drag event is fired whenever the mouse button is down and the OS
34000 detects the mouse moved. But, as per the spec, the drag event should
34001 fire approx. every 350ms so long as the mouse button is down.
36476 during creation of the controls and also when mouse events are
37355 There might be no new node under mouse if the pointer is moved out of the window
39136 Make links mouse focusable only on GTK and QT.
39138 Links are now always mouse focusable on GTK and QT. On other platforms
45857 Anchor elements should be mouse focusable regardless isLink flag.
50048 For mouse events we have to convert the pos to post-zoom position.
52679 REGRESSION(r47440): drop down menus at americanexpress.com disappear on mouse out
57170 rest of the WebView doesn't respond to mouse move events.
57177 Protect the PopupMenu if someone removes the <select> in response to a mouse
57181 in the WM_MOUSEMOVE handler, if the mouse is not over the popup, post a
57183 mouse move event.
58139 Since a non-active window can't capture the mouse, we use the owning window
58141 forwards all mouse and keyboard events to the popup menu.
58877 Avoid a crash when a mouse event handler on a <select> changes the select from a popup
65878 No new tests. This patch only changes the condition on which a certain mouse
67833 set our amount to scroll to 0 only if the difference in mouse position is < 15. I made this check a <= 15, to fix
68258 Prevent mouse activation from activating the window.
72582 to only rejecting mouse events not from the left button.
72697 Fixes two bugs about Pan Scrolling - Scrolling with middle mouse button doesn't
72721 Fix of <rdar://6728361> Mouse wheel scrolling on a page with expanded drop down
74144 Stop sending QEvent::CursorChange to Qt for mouse move.
76622 mouse exits
82425 When a mouse click occurs on a scrollbar without a preceding mouse move
82427 EventHandler::m_lastScrollbarUnderMouse isn't set on mouse down, but
82428 only on mouse move). (Side comment: That scrollbar-handling code
88947 Possible crashes when mouse clicks not dispatched because range input destroyed while
88952 Some shadow nodes "capture" all mouse events from mouseDown to mouseUp so they continue to
88953 get mouse events even when the mouse is moved outside of the node. This is done by putting
88954 EventHandler into a mode where it sends all mouse events to the node regardless of the
88955 actual mouse
88967 New, call setCapturingMouseEventsNode if capturing mouse events.
88973 New, call setCapturingMouseEventsNode if capturing mouse events.
88977 New, call setCapturingMouseEventsNode if capturing mouse events.
89294 For simplicity, we don't remember the original point of the mouse down,
93587 Set the m_mouseDown event when the mouse press is handled.
95128 mouse.
95567 Fix NPAPI mouse translation issues on Mac
95574 Previously we did this compensation when passing on mouse coordinates to
95580 then pass mouse coordinates in global context without any compensation,