Material-ui: [SpeedDial] Add an option to make actions tooltip always visible

Created on 21 Apr 2018  路  3Comments  路  Source: mui-org/material-ui

Hi,

It would be nice if we could have the option to have speedDial actions buttons always show their tooltip. As it is, it's impossible to see the tooltip on mobile because of the mouseover requirements.

Thanks

SpeedDial enhancement lab

Most helpful comment

@mbrookes I just created a pull request, it is my first ever so please be easy on me! :)

I do have one issue though with the Tooltip when making it open as default, it seems that the tooltip position is not totally correct. Maybe you can pinpoint me where I should look at to fix this small issue

My pull request is #11103

All 3 comments

As it is, it's impossible to see the tooltip on mobile because of the mouseover requirements.

While technically not true (you can press and hold to see the tooltip), it's neither intuitive nor convenient, and showing all the tooltips on mobile is a common pattern. Do you want to work on it?

@mbrookes I just created a pull request, it is my first ever so please be easy on me! :)

I do have one issue though with the Tooltip when making it open as default, it seems that the tooltip position is not totally correct. Maybe you can pinpoint me where I should look at to fix this small issue

My pull request is #11103

Implemented by @hashwin in #12590 and released in @material-ui/[email protected].

Demo

Was this page helpful?
0 / 5 - 0 ratings