vaadin-component-factory / tooltip

Java API for vcf-tooltip
https://incubator.app.fi/tooltip-demo/tooltip
Apache License 2.0
3 stars 2 forks source link

Allow tooltips to function when parent container is disabled #33

Open nbabb opened 6 months ago

nbabb commented 6 months ago

When a parent container is disabled, it traverses down to child components, according to the HasEnabled implicit logic. This causes the ToolTip to not show itself. I believe this is due to the mouseenter event not firing for disabled html elements. I think the default behavior should be to show the tooltip, even if the component is disabled.