mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Adjust change event timing for input elements
This commit is contained in:
parent
06593a81da
commit
518679b0dd
Notes:
sideshowbarker
2024-07-16 23:59:28 +09:00
Author: https://github.com/stelar7
Commit: 518679b0dd
Pull-request: https://github.com/SerenityOS/serenity/pull/19130
2 changed files with 12 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue