ladybird/Tests/LibWeb/Text/input/UIEvents
Sam Atkins c00c0846c0 LibWeb: Don't double-dispatch click events on a label's child input
If the user clicked directly on the input inside a label, then it
already received a click event. Dispatching a second one via the label
is redundant, and means that if the input is a checkbox, it gets its
value toggled twice.
2025-04-15 12:34:24 +01:00
..
auxevent.html LibWeb: Fire auxclick event on middle click 2024-06-22 14:57:36 +02:00
click-event-on-checkbox-inside-label-element-not-duplicated.html LibWeb: Don't double-dispatch click events on a label's child input 2025-04-15 12:34:24 +01:00
click-event-on-input-control-associated-with-label-element.html LibWeb: Dispatch "click" event on input control associated with <label> 2024-11-21 16:11:03 +01:00
custom-keyboard-event.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
custom-mouse-event.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
gc-mouse-selection-target.html LibWeb: Ensure EventHandler visits its mouse selection target 2025-02-27 09:53:13 +00:00
KeyEvent-cancelled.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
KeyEvent-functional-keys.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
KeyEvent-keypress.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
KeyEvent-non-ascii.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
KeyEvent-numpad-keys.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
KeyEvent-tab.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
mouse-events.html LibWeb: Dispatch click events using the correct button/buttons 2024-09-29 19:30:27 +02:00
MouseEvent-bubbling.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
pointer-events.html LibWeb: Dispatch pointer events in EventHandler 2024-11-22 00:32:58 +01:00
PointerEvent-construction.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
reset-focused-naviable-on-navigation.html LibWeb: Clear the document's page's focused navigable upon destruction 2025-03-02 17:27:24 -05:00
WheelEvent-bubbling.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
WheelEvent-construction.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00