1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:17:35 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling ace1b34798 LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
Also stop exposing the DOM cursor as a mutable reference on Frame,
since event handling code was using that to mess with the text offset
directly. Setting the cursor now always goes through the Frame where
we can reset the blink cycle appropriately.

This makes cursor movement look a lot more natural. :^)
2021-02-09 21:25:38 +01:00
..
EditEventHandler.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EditEventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
EventHandler.cpp LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement 2021-02-09 21:25:38 +01:00
EventHandler.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Frame.cpp LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement 2021-02-09 21:25:38 +01:00
Frame.h LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement 2021-02-09 21:25:38 +01:00
Page.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Page.h LibWeb: Don't try to create GUI::TextBox inside multi-process web views 2021-01-30 23:16:41 +01:00