circl
89531fb115
Tests/LibWeb: Add test for MouseEvent and WheelEvent bubbling
2024-07-16 21:10:16 +03:00
Tim Ledbetter
31d7fa2442
LibWeb: Fire auxclick event on middle click
...
Previously, no event was fired on middle click. This change also allows
the UI to open a link in a new tab on middle click.
2024-06-22 14:57:36 +02:00
Tim Ledbetter
a6d6729034
LibWeb: Implement the MouseEvent.relatedTarget attribute
...
This returns the secondary target of a mouse event. For `onmouseenter`
and `onmouseover` events, this is the EventTarget the mouse exited
from. For `onmouseleave` and `onmouseout` events, this is the
EventTarget the mouse entered to.
2024-05-20 08:21:41 +02:00
Shannon Booth
793cab7357
LibWeb: Add a test for construction of WheelEvent
2024-05-12 14:24:18 +00:00
Shannon Booth
1e2ddf9848
LibWeb: Add a test for construction of a PointerEvent
2024-04-08 14:25:08 +02:00
Aliaksandr Kalenik
0652d159cf
LibWeb: Add a test for mouse{over,out,enter,leave} events
2024-03-25 08:14:13 +01:00
Bastiaan van der Plaat
e2bc606eeb
LibWeb: Add MouseEvent JavaScript constructor
2024-01-20 08:57:37 +01:00
Bastiaan van der Plaat
9aadc6c8c9
LibWeb: Add missing EventModifierInit fields and getModifierState
2024-01-20 08:57:37 +01:00