Files
serenity/Userland/Libraries/LibWeb/HTML/HTMLMediaElement.cpp
Tim Ledbetter 264f31aaf4 LibWeb: Don't propagate key events that are handled by the media player
If a key is pressed when the media player is in focus, which causes the
media player to perform some action, that key event is no longer
propagated further.

(cherry picked from commit 63231fd2763e3db094be926f599486122265243f)
2024-11-04 14:18:06 -05:00

97 KiB