ladybird/Userland
BenJilks 8c465c95aa LibWeb: Pick the closest hit test result, instead of the first
When performing a hit test of type TextCursor, it would check if the
position is around each fragment and not just inside it. This resulted
in always selecting the first fragment checked.

This commit computes the distance of each hit test result, and picks the
closest one.
2024-09-05 14:19:01 +01:00
..
Libraries LibWeb: Pick the closest hit test result, instead of the first 2024-09-05 14:19:01 +01:00
Services LibJS+WebContent: Cache the resolved system time zone identifier 2024-09-03 19:26:04 +02:00
Utilities LibWasm+LibWeb+test-wasm: Refcount Wasm::Module for function references 2024-08-22 09:36:40 +02:00