Tooltip
Content Type: Widget
Categories: User Interface
Overview
The Tooltip widget adds additional information upon click, hover or focus to a UI element. Its purpose is to provide context and to explain the function.
Documentation
Please see Tooltip in the Mendix documentation for details.
Releases
Version: 1.4.2
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where the tooltip content would flicker on hover.
Version: 1.4.1
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed placement issues with tooltip when placed inside a layout container by adjusting the width of the trigger's container
Version: 1.4.0
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed placement issues with tooltip occasionally overflowing off the screen.
Version: 1.3.4
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed the issue where content inside tooltip are force to have fit to content width.
Version: 1.3.3
Framework Version: 9.6.0
Release Notes: ### Fixed
- We removed redundant code to improve widget load time in the browser.
Version: 1.3.2
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue where Tooltip not closing on escape key press.
Version: 1.3.1
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue with Tooltip widget not displaying correctly when close to a datagrid table header.
- We fixed an issue with Tooltip widget triggering unexpectedly due to width of trigger element.
- We fixed an issue with Tooltip widget hover event not closing tooltip when attached to a disabled input
Version: 1.3.0
Framework Version: 9.6.0
Release Notes: ### Changed
- We updated the light and dark icons and tiles for the widget.
- We changed colors in the structure mode preview for dark and light modes.
Version: 1.2.1
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue with Tooltip widget having positioning issues on a specific placement.
Version: 1.2.0
Framework Version: 9.6.0
Release Notes: ### Fixed
- We fixed an issue with Tooltip widget preventing contained widgets from rendering in full width.