mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 08:22:55 +00:00
LibWeb/HTML: Signal a type change
Type changes are now signaled to radio buttons. This causes other radio buttons in the group to be unchecked if the input element is a checked radio button after the type change.
This commit is contained in:
parent
5f75558646
commit
d4076ec9fa
Notes:
github-actions[bot]
2025-04-23 06:21:06 +00:00
Author: https://github.com/skyz1
Commit: d4076ec9fa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4410
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 44 additions and 1 deletions
|
@ -389,6 +389,8 @@ private:
|
|||
bool m_has_uncommitted_changes { false };
|
||||
|
||||
bool m_is_open { false };
|
||||
|
||||
void signal_a_type_change();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue