1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 22:35:07 +00:00

LibWeb: Adjust change event timing for input elements

This commit is contained in:
stelar7 2023-05-29 18:41:32 +02:00 committed by Andreas Kling
parent 06593a81da
commit 518679b0dd
2 changed files with 12 additions and 5 deletions

View file

@ -140,6 +140,7 @@ private:
virtual bool is_html_input_element() const final { return true; }
// ^DOM::EventTarget
virtual void did_lose_focus() override;
virtual void did_receive_focus() override;
virtual void legacy_pre_activation_behavior() override;
virtual void legacy_cancelled_activation_behavior() override;