-
Notifications
You must be signed in to change notification settings - Fork 839
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 not getting displayed with disabled checkbox #1211
Comments
I think it's probably more important to see the tooltip then maintain the cursor state. If that works I'm OK with it. |
only when disabled? Or always? |
@cchaos only when disabled |
My worry is the unintended side effects of not allowing any interaction with children of a tooltip. How will the tooltip know if the children are disabled? How will it know all children are disabled? Do you have to pass |
This is already done with top-level disabled children - https://github.com/elastic/eui/blob/master/src/components/tool_tip/_tool_tip.scss#L77-L84 The change is removing the direct-descendent selector. |
Ahhh ok, i see. Sure we can try it |
The following does not display a tooltip
cc @chandlerprall
The text was updated successfully, but these errors were encountered: