I have a “nested” dropdown which is a GroupFocus + a seperate GroupFocus which acts as a nested menu. This is what I am using to calculate the dynamic menus if the menu is too close to the bottom border of the page or too close to the right side of the page.
Page height - 90 (nested groups height) <= Current Mouse Y postition
then apply the current condition
Vertical Offset - 100 (Set in condition on GroupFocus)
I am noticing however, that the GroupFocus’ dropshadow is working fine, but the group itself is not moving. Has anyone else experienced this?