Files
ladybird/Userland/Libraries/LibWeb/HTML/FormAssociatedElement.cpp
Aliaksandr Kalenik e915143593 LibWeb: Fix selectionchange event dispatch on text control elements
With a8077f79cc Selection object is no
longer aware of selection state inside text controls (<textarea> and
<input>), so this change makes them responsible for dispatching
`selectionchange` if their selection state was changed.
2024-11-01 15:06:09 +01:00

37 KiB