You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move cursor somewhere in the middle (to the national flags)
Try to move cursor around
Expected behavior: no lags.
Actual behavior: delays up to 200ms per each cursor move in any direction. CPU consumption goes from 3% to 60% for just a cursor movement.
Environment: freshly compiled release version of xi-core, commit 16a00f6 for xi-gtk, Ubuntu 18.04 86_64, CPU Intel(R) Core(TM) i7-7560U CPU @ 2.40GHz
The text was updated successfully, but these errors were encountered:
I can't reproduce this neither on Ubuntu 17.10 nor on Debian Testing. Note that for some emojis (like flags) you have to press the left or right arrow key multiple times before the cursor actually moves on screen (probably because they consist of multiple Unicode code points but that's a missing feature of xi-core).
I'd agree, that part of the lag is due to stops inside emoji, but I want to point, that when moving cursor through faces (colored), CPU consumption goes way up. ~30% of one core for xi-gtk process and ~80% for Xorg. (intel driver). It does not happens on normal text: ~7% for xi-gtk at max and 10% for xorg.
Steps to reproduce:
Expected behavior: no lags.
Actual behavior: delays up to 200ms per each cursor move in any direction. CPU consumption goes from 3% to 60% for just a cursor movement.
Environment: freshly compiled release version of xi-core, commit 16a00f6 for xi-gtk, Ubuntu 18.04 86_64, CPU Intel(R) Core(TM) i7-7560U CPU @ 2.40GHz
The text was updated successfully, but these errors were encountered: