-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Context: https://bugs.chromium.org/p/chromium/issues/detail?id=1491739
Previous testing showed that ResizeObservers function correctly cross parent window and iframes, which was the preferred way of testing multi window compatibility. However, behaviour in child windows is not the same as indicated in the above chrome bug.
Convert usages of ResizeObserver to use from the correct globals:
- packages/react-components/priority-overflow/src/overflowManager.ts
- packages/react-components/react-table/src/hooks/useMeasureElement.ts
- packages/react-components/react-virtualizer/src/hooks/useResizeObserverRef.ts
Reactions are currently unavailable