-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Optionally defer UI layout updates during window resizing #25899
Copy link
Copy link
Open
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Description
Activity
Metadata
Metadata
Assignees
Labels
A-UIGraphical user interfaces, styles, layouts, and widgetsGraphical user interfaces, styles, layouts, and widgetsC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesS-Needs-DesignThis issue requires design work to think about how it would best be accomplishedThis issue requires design work to think about how it would best be accomplished
Type
Projects
- StatusShow more project fieldsNeeds SME Triage
What problem does this solve or what need does it fill?
Updates can be laggy when dragging to resize a window, particularly when running debug builds.
What solution would you like?
Add an option to defer UI and text updates until window resizing ends.
Alternatives
This should wait until after the retained rendering and incremental layout changes have been merged.
They might improve things to the point where this isn't needed, or might make it worse, I'm not clear.