Skip to content

Commit 9d0c2fc

Browse files
committed
fix(react-tooltip): hide tooltip when trigger scrolls out of overflow container
1 parent 1c67f2a commit 9d0c2fc

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

change/@fluentui-react-storybook-addon-export-to-sandbox-b42de849-5054-47de-a5e9-ef7450aabbb1.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/react-components/react-tooltip/library/src/components/Tooltip/Tooltip.cy.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const mount = (element: React.ReactElement) => {
1212

1313
// The data attribute the positioning middleware writes when the reference is hidden
1414
const DATA_POSITIONING_HIDDEN = 'data-popper-reference-hidden';
15-
// The data attribute the positioning middleware writes when the floating element has escaped clipping
16-
const DATA_POSITIONING_ESCAPED = 'data-popper-escaped';
1715

1816
describe('Tooltip', () => {
1917
describe('overflow behavior (regression: #32882)', () => {

0 commit comments

Comments
 (0)