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 grid of user icons in the UserSelectView gets cut off and doesn't scroll when more than two icons are shown. This looks like it was introduced in #1328.
I think the issue is that something in the UserGridButton is using trackingSize() while the VGrid's .scrollIfLargerThanContainer() also uses trackingSize() to determine its frame size. Maybe the GeometryPreferenceKey gets set to multiple values within the same tree at the same time and breaks the scrollIfLargerContainer.
I can't untangle exactly which change would have caused this to happen though since the previous commit also has uses of trackingSize inside the UserGridButton.
The text was updated successfully, but these errors were encountered:
The grid of user icons in the UserSelectView gets cut off and doesn't scroll when more than two icons are shown. This looks like it was introduced in #1328.
I think the issue is that something in the UserGridButton is using trackingSize() while the VGrid's .scrollIfLargerThanContainer() also uses trackingSize() to determine its frame size. Maybe the GeometryPreferenceKey gets set to multiple values within the same tree at the same time and breaks the scrollIfLargerContainer.
I can't untangle exactly which change would have caused this to happen though since the previous commit also has uses of trackingSize inside the UserGridButton.
The text was updated successfully, but these errors were encountered: