Open XakerTwo opened 1 month ago
I reported this problem with the ⋮
menu in one of the issues you mentionned (#889) thinking it could be related, but I never managed to reproduce it consistently.
Your steps to reproduce the issue work wonder, I can confirm it occurs on Windows 8.1 too.
For me, it also occurs when I right click on any web page (Right click and move the mouse: The context menu fade-in animation always stutters).
I can also confirm what you said at the start: It doesn't occur if I right-click while moving the mouse. I must start moving it when I release the press.
I manage to reproduce the issue with my keyboard context key (making appear the right-click menu this way and moving the mouse at the same time) but this isn't consistent this way: I get it like 5~10% of the time instead of 100%. Maybe it has something to do with the mouse position or the highlighting of the context menu when the mouse is over one of the choices?
with keyboard, for me, it's happens 100% times.
And about the possible nature of this issue - it's sligtly similar to handling window title bar click, when whole window drawing freezes(Win
+R
-> hold mouse button on title bar, don't move and look at the input cursor, for the right button it will freeze until context menu closed, for the left button it will unfreeze soon). But while for single animation it's looks like just hang until animation ends, i think it's just dramatic decrease of rate of internal animation loop ("FPS" drop)
one more interesting appearance when you start drag of a tab with displayed tooltip(rich/card-like tooltip, not tested with native/windows), dragging has huge lag, possibly due to tooltip show/hide animation. Additionally you can see half-transparent tooltip following the cursor, so it looks like wrong dragging target
Btw, i wish, someone on "actual" systems (like win10 or win11) reports in comments does all/any of the above happens on these OS-es
another example while page loading the spinner displaying in the tab header. when any context menu is opened and cursor moves in bounds of browser window(even not over context menu items), this spinner also laggy
I updated from Supermium 126.0.6478.249 (R3 if my memory serves well) to the latest 126.0.6478.256 R5 and the issue seems to be gone on my end. OS is Win8.1 for reference.
Description Possibly related to #889 and #878
When some elements is showing up, that showing up is not smooth as it should be. Long time i not notice nor pay enough attention to the issue. But recently i accidentally notice when and how it happen - when mouse button up is happened and cursor start moving, while such showing up(any animations) performed. It does not happens if you simply holds the mouse button and then move cursor, mouse button up is necessary.
additional clarification:
Animation stop smooth playing and just hang on current "frame" until animation end reached, then the end state is shown.
But there is two possible scenario(based on my observations)
⋮
menu). Usually you will catch the frame when context menu is half transparentSite settings
popup in omnibox and extensions buttons (any extension orExtensions
popup).To Reproduce
⋮
menu button (perform mouse button press and release)Alternative reproduce (works for any context menu with disabled/non-action items)
⋮
menuZoom
orEdit
group title, so the menu will remain openExpected behavior Smooth animation as if the cursor is still
ScreenshotsVideo On requestDesktop:
Additional context Seems that
⋮
menu button is kind of uniq, cuz while it has self click animation, the showing up animation is also affected, that let me guess that both animations directly called on clicking, unlike theExtensions
and theSite settings
buttons