- Open “example .com” in chromium.
- Move the cursor up and down over text multiple times. The cursor will constantly switch between default and text. (css: cursor:default ,cursor:text)
- In ‘htop’, you can observe that xorg and chromium have high context switch(10000+) and cpu usage(25%).
- Add a rule ( * { cursor:default !important; } ) to the page, repeat step 2, the cursor won’t change. The context switching (500+) and cpu usage(11%) of the two processes dropped a lot.Same result as moving the cursor on the blank area with no text on the page.
Does this happen to everyone?