Files
ladybird/Userland/Libraries/LibWeb/Layout/CheckBox.cpp
Andreas Kling 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^)
This makes React react to checkboxes. Apparently they ignore the
"change" event in favor of "click" on checkboxes. This is a
compatibility hack for IE8.
2022-02-17 16:33:55 +01:00

3.6 KiB