SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.32k stars 3.13k forks source link

Cherry-pick "LibWeb: Prevent select.click() opening the dropdown" #24620

Closed nico closed 3 days ago

nico commented 3 days ago

No other browser allows opening the select element dropdown with the select.click() function. This change stops this happening in Ladybird.

(cherry picked from commit 564e546ff0bd78cc7ba770b53377457bf1ef88d6)


Cherry-picks https://github.com/LadybirdBrowser/ladybird/pull/154