Files
ladybird/Userland/Libraries/LibWeb/Layout
Tetsui Ohkubo 2edf4b7f61 LibWeb: Return correct selection_rect when the node is at the end
When the selection state of the node is SelectionState::End, the end
position of the selection within the fragment is not properly
calculated, because it forgets to subtract m_start from index_in_node,
unlike SelectionState::StartAndEnd. This resulted in a wrong selection
shadow being painted when the node is at the end of the selection.

This change resolves #5880.
2021-08-15 15:14:37 +02:00
..
2021-08-01 08:10:16 +02:00
2021-07-24 22:16:48 +02:00