-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Dropdown /> doesn't render title tooltip on hover in firefox #8864
Comments
Hi @SwapnilAhire! 👋 Thanks so much for taking the time to make this issue. Can confirm the text truncation browser tooltip issue, having a hard time re-creating the focus border issue though. Could you share more steps to reproduce? |
@joshblack Thanks for you valuable feedback. After global css fix for dropdown, I can confirm that the focus border issue has been resolved and its not related to component at all but the tooltip issue still exists. |
@joshblack @tay1orjones Could anyone of you please help me with the list of packages that need to be updated to fix this issue? |
@SwapnilAhire A fix for this hasn't been delivered yet. I looked into this a bit, it doesn't look like there is a way to control the browser based title tooltips. I'm not sure why they're not being shown in Firefox. We may need to lump this in with moving all browser-based |
Hi @tay1orjones @joshblack has there been some progress? We are still facing the issue with the tooltip. |
Seems to be a rounding issue unique to Firefox, commented on a closed issue here |
Leaving this open as it's outstanding, just blocked by firefox. The intent is still to more broadly fix/avoid this issue by implementing #9208. It's an accepted proposal but is not yet planned for the core team to implement. Contributions definitely welcome! 🙏 |
BUG -
Description -
Actual implementation:
Expected behavior -
Actual behavior -
Steps for reproducing -
(TRY it in both Chrome and Firefox and hover over ellipsised text option)
Sandbox URL - https://codesandbox.io/s/stupefied-bush-ntvn0?file=/src/index.js
Browsers
Optional information
The text was updated successfully, but these errors were encountered: