mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
LibWeb: Fire "input" and "change" events when editing a text <input>
This isn't entirely on-spec, but will hopefully allow us to make progress in other areas.
This commit is contained in:
parent
4cbce0e34c
commit
5f54b8dd6c
5 changed files with 39 additions and 1 deletions
|
@ -42,6 +42,8 @@ public:
|
|||
|
||||
void did_click_button(Badge<Layout::ButtonBox>);
|
||||
|
||||
void did_edit_text_node(Badge<BrowsingContext>);
|
||||
|
||||
virtual bool is_focusable() const override;
|
||||
|
||||
virtual void parse_attribute(FlyString const&, String const&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue