[SpeedDial] Actions container takes has full height when closed (and trigger hover event) #12082
Closed
2 tasks done
Labels
component: speed dial
This is the name of the generic UI component, not the React module!
Expected Behavior
When the SpeedDial is closed (no actions being shown) the action container should be fully colapsed and have no height, not triggering events such as hover, for example (only the FAB itself should trigger the hover).
Current Behavior
When the SpeedDial is closed (no actions being shown) the action container still has the same height as when it is open and therefore trigger
onHover
on places it shouldn't (eventually preventing actions on elements "behind" it.Steps to Reproduce (for bugs)
https://codesandbox.io/s/k00ymzjj5v
Context
I'm using the component for a personal project and believe that triggering the hover effect on the "invisible" action elements is a bad UX and a unwanted behavior.
Your Environment
The text was updated successfully, but these errors were encountered: