mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibWeb: Defer mouse events from TextNode to Label
A label's format is: <label>Label text</label> So, a TextNode is created as a child of the Label node, and EventHandler will send events to the TextNode. This changes TextNode to accept mouse events if its parent is a Label, and to forward those events upward.
This commit is contained in:
parent
d8106dda73
commit
e1b5613142
5 changed files with 41 additions and 8 deletions
|
@ -182,6 +182,7 @@ class Node;
|
|||
class NodeWithStyle;
|
||||
class RadioButton;
|
||||
class ReplacedBox;
|
||||
class TextNode;
|
||||
}
|
||||
|
||||
namespace Web {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue