https://bugs.documentfoundation.org/show_bug.cgi?id=164962

Jeff Fortin Tam <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |perf

--- Comment #1 from Jeff Fortin Tam <[email protected]> ---
With my geek hat on, I'll also venture a guess that beyond the visual symptoms,
this (and bug #164963) opens the potential for a performance optimization too:

If it's flashing the scrollbar like that, that means it's constantly
calculating the width and checking whether it should be showing the scrollbar
during resize. That is certainly very wasteful and contributes to unnecessary
CPU usage, redraws, jank, etc.

If possible, don't make those checks at all when the zoom mode is set to
automatically "Fit width" or "Fit width and height".

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to