-
Notifications
You must be signed in to change notification settings - Fork 70
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
Tooltip display and overlap Issue with ix-dropdown component #1618
Comments
Hello @pavan6014, thank you for sharing your insights! |
🤖 Hello @pavan6014 Your issue will be analyzed and is part of our internal workflow. JIRA: IX-2214 |
Hi @pavan6014, many thanks for your issue. Could you give a bit more information about what exactly is your use case, including the UX concept behind it? Maybe this will help us understand this requirement better. Thanks for helping us build and improve iX for everyone 🤗 |
Hi @kathrinschalber, Description: Actual Behavior:
Expected Behavior
Example provided in below example>> Hover on drop down item |
Hi @pavan6014! Could you quickly explain why this tooltip is needed from a UX perspective? Usually, we use tooltips only or elements on a base level. Thanks for clarifying! |
Thank you for providing the UX concept. It gives us a better idea of what you want to achieve and why. 🤗 In general, please keep in mind that disabled elements are non-interactive (see the official W3C for more details on the topic), so a tooltip is not a recommended option. Additionally, disabled elements also cannot be focused, so a tooltip won't be accessible as well. Here are some alternatives that might fit to your use case:
If there are any further questions, let us know - we are happy to help ❤️ |
Prerequisites
What happened?
Requirement:
Hover of dropdown items to display different status messages dynamically based on index value.
that is the reason we have used ix-tooltip inside dropdown component.
Description:
There is an issue with the ix-dropdown component where the tooltip is displaying inside the dropdown instead of outside.
Additionally, there is a scrolling issue to the drop down if tooltip content is more and have overlap issues.
Actual Behavior:
Expected Behavior
The tooltip should display outside the dropdown.
The dropdown should handle scrolling properly without cutting off items or tooltips.
Screenshot:
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
V2.5.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: