Blink1Control2 icon indicating copy to clipboard operation
Blink1Control2 copied to clipboard

Add mouse-over hover help text for Preferences and other GUI controls

Open todbot opened this issue 8 years ago • 3 comments

Normally should just be able to do title="some longer description..." for hover help text but React Bootstrap is confounding things it seems.

todbot avatar Aug 30 '17 22:08 todbot

This is waiting until I upgrade react-bootstrap (it has a different API, which I think will be more amenable to hover text addons)

todbot avatar Sep 01 '17 02:09 todbot

But, maybe I can just add title tags in the meantime?

todbot avatar Dec 19 '17 19:12 todbot

The title attribute on the current version of the react-bootstrap <Input> tag only gives hover text for the checkbox, not the label.

todbot avatar Dec 19 '17 20:12 todbot