1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:18:12 +00:00
serenity/Libraries/LibWeb/Page
Andreas Kling ce2894c95b LibWeb: Restart the cursor blink cycle whenever the user edits content
Having the text cursor disappear during rapid continuous editing is
quite jarring, so let's make sure we always restart the blink cycle
whenever the user performs some kind of editing action in a frame.
2021-01-04 20:48:27 +01:00
..
EditEventHandler.cpp LibWeb: Restart the cursor blink cycle whenever the user edits content 2021-01-04 20:48:27 +01:00
EditEventHandler.h LibWeb: Make DOM::Range more suitable for JS. 2020-12-09 21:05:06 +01:00
EventHandler.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
EventHandler.h LibWeb: Move editing stuff into EditEventHandler. 2020-12-09 21:05:06 +01:00
Frame.cpp LibWeb: Restart the cursor blink cycle whenever the user edits content 2021-01-04 20:48:27 +01:00
Frame.h LibWeb: Restart the cursor blink cycle whenever the user edits content 2021-01-04 20:48:27 +01:00
Page.cpp LibWeb: Add OutOfProcessWebView::load_html() 2020-10-08 23:20:52 +02:00
Page.h LibWeb+WebContent: Add on_load_finish hook to web views 2020-12-08 23:36:19 +01:00