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
As reported in #48893 (comment), it seems that it happens only when the popover contains a tabbed interface (e.g "Solid" and "Gradient" tabs for the background color, or "Default" and "Hover" tabs for the "Link" color). Maybe this could help to narrow down the issue.
For more context, the Popover in question is part of the Dropdown component. The Dropdown component should set the anchor for the Popover component (the anchor should be the individual item group).
If it happens only for the tabbed interface, I'm guessing that maybe the "width" of the popover is not right (probably 0) at the time the position gets computed causing the wrong position. So some kind of race condition where we don't update the position based on the right width properly.
As reported in #48893 by @jasmussen, @andrewserong , @aaronrobertshaw and @youknowriad , the popover can sometimes open in the wrong position
227121200-ae996efc-77ff-4ae6-8645-d62d51e65a7f.mp4
227105513-abbbf1f1-9649-4aab-865b-91631110c597.mp4
The text was updated successfully, but these errors were encountered: