https://bugs.documentfoundation.org/show_bug.cgi?id=166994
--- Comment #6 from Patrick (volunteer) <[email protected]> --- (In reply to Patrick (volunteer) from comment #3) > I need to investigate whether or not the painting timer is preventing the > Skia timer from running. On macOS, the Skia timer runs at the next lower > priority after painting timers. OK. I can confirm that the Skia timer is running. But the next lower priority - "post paint" - is not running when I press and release an arrow key repeatedly. So, I think I need to see if I can figure out why the Skia draw bitmap calls are so slow with Skia/Raster. My current guess is that the slow draw bitmap calls are taking so much time that LibreOffice is backlogged in its work and so the "post paint" priority of timers never has a chance to run. -- You are receiving this mail because: You are the assignee for the bug.
