You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature: The `BlockToolbar` should group items when there is no place to show them all. Closes#6449. Closes#6575. Closes#6570.
Bulletproofed the `ToolbarView#maxWidth` and items grouping when the toolbar is invisible.
📝 Provide detailed reproduction steps (if any)
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 whenmaxWidth
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.
The text was updated successfully, but these errors were encountered: