1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Libraries/LibWeb/Editing
Jelle Raaijmakers 295b78f7d3 LibWeb: Do not rely on the layout tree for collapsed line breaks
The editing command that relies the most on this, `insertLinebreak`,
did not perform a layout update after inserting a `<br>` which caused
this algorithm to always return false. But instead of actually building
the layout tree needlessly, we can check the DOM tree instead.
2025-05-01 15:44:26 +03:00
..
Internal LibWeb: Do not rely on the layout tree for collapsed line breaks 2025-05-01 15:44:26 +03:00
CommandNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
CommandNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
Commands.cpp LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
Commands.h LibWeb: Fire input events in .execCommand() 2025-01-24 23:53:26 +01:00
ExecCommand.cpp LibWeb: Treat execCommand command names as case insensitive 2025-02-08 07:30:27 -05:00