mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:41:00 +00:00
LibWeb: Add per-Frame EventHandler, handle mouse events recursively
We now handle mouse events by recursing into subframes. This makes links, tooltips, etc, work inside <iframe> content.
This commit is contained in:
parent
896db187e5
commit
d1852b4547
7 changed files with 355 additions and 144 deletions
|
|
@ -32,6 +32,7 @@ class CanvasRenderingContext2D;
|
|||
class Document;
|
||||
class Element;
|
||||
class Event;
|
||||
class EventHandler;
|
||||
class EventListener;
|
||||
class EventTarget;
|
||||
class Frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue