Pop-up Menu

Content Type: Widget
Categories: Data

Overview

Create popup menus that can be opened by clicking or hovering. Display basic menu items or create your own custom ones.

Documentation

Please see Pop-Up Menu in the Mendix documentation for details.

Releases

Version: 3.5.3
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an issue where styling classes would apply on popup menu instead of the widget itself.
Version: 3.5.2
Framework Version: 9.6.0
Release Notes: ### Fixed - We removed redundant code to improve widget load time in the browser.
Version: 3.5.1
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed a small performance issue. No visual or behavioral changes.
Version: 3.5.0
Framework Version: 9.6.0
Release Notes: ### Changed - We changed the DOM Structure to from `div` to `ul` - `li` for accessibility purposes. ### Fixed - We have addressed an issue that was causing the popup menu to appear behind other elements, such as modal popups. This fix involved modifying the DOM structure by moving the `popupmenu-menu` element to the same level as the trigger button. As a result, custom styling that targets the popup menu may have been affected.
Version: 3.4.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: 3.3.0
Framework Version: 9.6.0
Release Notes: ### Changed - We fixed an issue with widget rendering where pop-up in a column would cause a bug. (Ticket(s) #165858, #166376, #167745)
Version: 3.2.2
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an issue with the popup menu going off the screen when placed on the edge of the page using Firefox on Windows.
Version: 3.2.1
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an issue while showing the popup items using Firefox on Windows (Ticket #139529).
Version: 3.2.0
Framework Version: 9.6.0
Release Notes: ### Added - We added dark mode to Structure mode preview. - We added dark icons for Tile and List view.
Version: 3.1.1
Framework Version: 9.6.0
Release Notes: ### Fixed - We fixed an issue that causes design properties and styles to not be applied to the widget in Design mode & Studio.