Closed Lootwig closed 1 month ago
It looks like you integrated the workaround for the unrelated mouse movement issue, but the actual issue seems to not have been addressed, at least with 4.9.2 the menu in the provided example still disappears behind the blue layer and can't be scrolled.
When running the following example (*), the submenu does not respect its parent container's dimensions:
* Note, the
MouseRegion
inserted in src/controls/flyouts/menu.dart does not consider the translation of the nestedNavigator
, causing the test for whether the cursor is on the submenu item to always fail and the submenu to close whenever the mouse moves. I used this dirty fix to get around that: