Describe the bug
Menu Button Component: On the sink page all the drop down menu's are cut off or not appearing
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tooltip/drop down menu should appear when the user clicks on the more icon on their device
Version
Screenshots
Platform
Additional context
Add any other context about the problem here.
None
One idea for this is to make that popup use attachToBody setting. This may work?
Looks like here https://github.com/infor-design/enterprise/blob/master/src/components/toolbar/toolbar.js#L245
attachToBody: true to solve but only on condition of (env.os.name === 'ios' to be safer.Per a chat with @pwpatton, I'd like to make a bit more of a comprehensive fix for this problem. It seems that there's really no better way to handle this than to just default attachToBody: true in an iOS setting. This should probably be done on all Popupmenus, instead of at the Toolbar level. FX @ericangeles's change is great, but it doesn't work for Flex Toolbars. I'd like to take this fix and push it down to the Popupmenu level instead.
However, menus' for more actions are not working and the color sub menu is not available.
see ticket #2986
We'll take a look at #2986