Message 1 of 1
Bug Report: GroupCommandInput fails to show tooltip unless tooltipDescription is specified
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If I make a GroupCommandInput control and add popup tooltip text to it:-
ctrlinstance.tooltip="This is supposed to show up immediately on mouseover"the text will never show up, unless I *also* add a (delayed before showing) tooltipDescription too:-
ctrlinstance.tooltipDescription="This only shows up after a delay if the user hovers their mouse and pauses to get more info"
That would be worth fixing.