Files
servo/components/script
Taym Haddadi 25a626cf3d script: retarget dblclick from input UA shadow DOM to host (#41319)
dblclick on text inputs was being dispatched to an internal element used
for the input, not to the <input> itself. As a result, page scripts
listening for dblclick on the input never received the event.

Testing: tested manually.
Fixes: #41303

---------

Signed-off-by: Taym Haddadi <haddadi.taym@gmail.com>
2025-12-18 13:09:35 +00:00
..
2025-10-02 07:51:19 +00:00
2025-12-05 07:23:32 +00:00