ladybird/Userland
Aliaksandr Kalenik df2bc8187c LibWeb: Use actual line height to calculate float y in IFC
Before, we were using the line height from NodeWithStyle::line_height()
 to calculate the y offset for floats inside the IFC. However, this
value doesn't always correspond to the actual height of a line box. For
instance, adding a fragment for an inline-block might change the height
of the line box. With this change, we recalculate the height of the
line box after adding a new fragment and use this recalculated height
value to determine the y position for floats.

Fixes https://github.com/SerenityOS/serenity/issues/20982
2023-09-09 17:05:22 +02:00
..
Applets
Applications HexEditor: Replace DeprecatedString in HexEditor.cpp 2023-09-07 09:58:00 -06:00
BuggieBox
Demos
DevTools LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
DynamicLoader
Games LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
Libraries LibWeb: Use actual line height to calculate float y in IFC 2023-09-09 17:05:22 +02:00
Services Kernel+Services: Enable barebones hot-plug handling capabilities 2023-09-07 11:50:50 -06:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities find: Print hyperlinks when standard output is attached to a terminal 2023-09-07 11:52:09 -06:00
CMakeLists.txt