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
Moving mouse from a disabled, <Tooltip />-wrapped button onto an enabled <Tooltip />-wrapped button should trigger the display of the active button's tooltip.
Actual behavior
The tooltip is not displayed. The following GIF shows an example of the bug:
Steps to reproduce the problem
Render two buttons side-by-side (e.g., the <Pagination /> component), disable one button, and wrap the other in a <Tooltip />.
👋 Thanks for opening your first issue. A contributor should give feedback soon. If you haven’t already, please check out the contributing guidelines. You can also join #polaris on the Shopify Partners Slack.
rexmac
changed the title
[Pagination] [Tooltip] Tooltip not rendered when entering from a disabled neighbor
[Tooltip] Not rendered when entering from a disabled neighbor
Jul 4, 2019
Issue summary
Official React bug report: facebook/react#10109
Expected behavior
Moving mouse from a disabled,
<Tooltip />
-wrapped button onto an enabled<Tooltip />
-wrapped button should trigger the display of the active button's tooltip.Actual behavior
The tooltip is not displayed. The following GIF shows an example of the bug:
Steps to reproduce the problem
Render two buttons side-by-side (e.g., the
<Pagination />
component), disable one button, and wrap the other in a<Tooltip />
.Reduced test case
https://codesandbox.io/s/hopeful-moser-8242n
Specifications
The text was updated successfully, but these errors were encountered: