mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02: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:
Notes:
sideshowbarker
2024-07-17 18:38:04 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5f54b8dd6c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user