This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdFabSpeedDial combined with mdTooltip conjunctions #3277
Closed
Description
Hi,
I am trying to achieve a speed Dial implementation with tooltips
My requirements:
- Each action (including trigger) will have a tooltip
- Initial presentation is : speedDIal closed with the trigger tooltip displayed
- When speed dial opens - all spedddial actions have a tooltip
- all tooltips must stay visible (no autohide) as long as the action itself is visible
In other words I want the tooltips to always show (not just on hover) but only when the actual action is visible
The problems are:
- Once I define the tooltips as md-visible - they are visible even if the action is not
- After I close and open the speeddial the tooltips are all hidden
- md-autohide = false does not seem to work well inside the speed dial
I have a codepen for this:
Metadata
Metadata
Assignees
Labels
No labels