SerenityOS / serenity

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

Ladybird/AppKit: Send correct mouse event on right click #24614

Closed nico closed 3 months ago

nico commented 3 months ago

Whoopsie!

See next two methods and previous one method to see that this is right. As a manual test, try right-clicking into https://javascript.info/mouse-events-basics

Noticed while looking at mouse handling while trying to test #24613.

trflynn89 commented 3 months ago

Whoopsie indeed!