tracy icon indicating copy to clipboard operation
tracy copied to clipboard

Info icons in the top bar are hard to hover due to layout changes during recording

Open simonvanbernem opened this issue 6 months ago • 1 comments

When recording a trace, I sometimes want to hover over these icons on the right side to read their tooltips: grafik I imagine this is especially important to new users.

When recording the trace, this is often not that easy, because they jitter back and forth due to text on their lefthand side changing in length depending on the what is being recorded, which means they might jump out from under the cursor. I believe the length of the view span text is especially unstable since with the default selection of 3 frames, this depends entirely on the frame timing.

It would be better if the icons weren't jumping around slightly so one could hover them without hassle.

simonvanbernem avatar Dec 20 '23 07:12 simonvanbernem

This also happens when loading a trace from memory. After it is loaded, there is tooltip saying how long loading took, but the profiler memory usage that is in the top bar still grows. The tooltips jumps around until the memory usage settles.

simonvanbernem avatar Dec 28 '23 12:12 simonvanbernem

6199b2f8 should fix this.

wolfpld avatar May 04 '24 12:05 wolfpld