mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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
Notes:
sideshowbarker
2024-07-17 18:38:04 +09:00
Author: https://github.com/awesomekling
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