ladybird/Userland/Libraries/LibWeb/Internals
Aliaksandr Kalenik d3b983b201 LibWeb: Ensure scroll offsets and clip rects updated before hit-testing
Hit-testing relies on updated clip rectangles and containing scroll
offsets, so it's necessary to ensure that paintables have these elements
updated.

This also removes the enclosing scroll offsets update from
`Internals::hit_test()`, as it is no longer needed.
2024-01-30 11:22:22 +01:00
..
Inspector.cpp LibWeb: Support obsolete but required -webkit- CSS parsing quirk 2023-12-11 16:54:59 +01:00
Inspector.h LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu 2023-12-07 10:53:12 +01:00
Inspector.idl LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu 2023-12-07 10:53:12 +01:00
Internals.cpp LibWeb: Ensure scroll offsets and clip rects updated before hit-testing 2024-01-30 11:22:22 +01:00
Internals.h LibWeb: Run the unfocusing steps when a click does not focus anything 2023-12-04 01:33:57 +01:00
Internals.idl LibWeb: Run the unfocusing steps when a click does not focus anything 2023-12-04 01:33:57 +01:00