ladybird/Libraries/LibWeb/Selection
Jelle Raaijmakers 738eb68dda LibWeb: Always focus on editing host if currently not focused
We were constraining the focusing behavior for editing hosts a bit too
much; regardless of how the selection changed, if the start container is
inside an editing host and it's currently not focused, we should focus
it. This fixes focus stealing by other elements that set a selection
inside an editing host on a click event, for example.
2025-08-20 11:36:40 +02:00
..
Selection.cpp LibWeb: Always focus on editing host if currently not focused 2025-08-20 11:36:40 +02:00
Selection.h LibWeb: Port DOM::Range stringification to UTF-16 2025-07-25 18:16:22 +02:00
Selection.idl LibWeb: Implement Selection.modify 2025-06-30 10:44:32 +01:00