mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02: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:
committed by
Tim Ledbetter
parent
5f75558646
commit
d4076ec9fa
Notes:
github-actions[bot]
2025-04-23 06:21:06 +00:00
Author: https://github.com/skyz1 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d4076ec9fac Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4410 Reviewed-by: https://github.com/tcl3 ✅
@@ -389,6 +389,8 @@ private:
|
||||
bool m_has_uncommitted_changes { false };
|
||||
|
||||
bool m_is_open { false };
|
||||
|
||||
void signal_a_type_change();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user