📝 Provide detailed reproduction steps (if any)
- The grouping should never happen if the toolbar is invisible. Because it always leads to all items groped and weird things when other features (like positioning algorithm) when they see the toolbar in such state

- The grouping that was triggered by changing
ToolbarView#maxWidth when toolbar is invisible should be queued so the next time the toolbar shows up (ResizeObserver kicks in automatically), the items are re-grouped. This is a problem when maxWidth increased because there's no pressure to ungroup the items when the toolbar showed up.
Related to #6449.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
📝 Provide detailed reproduction steps (if any)
ToolbarView#maxWidthwhen toolbar is invisible should be queued so the next time the toolbar shows up (ResizeObserverkicks in automatically), the items are re-grouped. This is a problem whenmaxWidthincreased because there's no pressure to ungroup the items when the toolbar showed up.Related to #6449.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.