ladybird/Userland
Tim Ledbetter 0b753dcb44 LibWeb: Base the current find in page position on the current selection
Prior to this change, our find in page function always highlighted the
first match whenever the query was updated. After this change the
current match index is set such that it is the first match to occur
after the end of the current selection.

This means the current match position is not lost if the user modifies
their existing query.

This matches the behavior of find in page in other browsers.
2024-06-24 13:58:30 +02:00
..
Libraries LibWeb: Base the current find in page position on the current selection 2024-06-24 13:58:30 +02:00
Services LibWeb: Rename CommandExecutor to DisplayListPlayer 2024-06-24 13:22:59 +02:00
Utilities LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00