This PR adds show and hide events to WindowMenu instances, this way it is possible to detect those changes. In particular, the wirecloud-keycloak plugin wants to use the hide event to detect when the MessageWindowMenup dialog is closed to react.
Types of changes
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Coverage increased (+0.2%) to 88.906% when pulling adf1a8b7ffd3303975aca949d1fc6353724e733b on aarranz:feature/windowmenu-basic-events into a4b9711098ee8caa3d0e9524c9b405d8356de088 on Wirecloud:develop.
Proposed changes
This PR adds show and hide events to
WindowMenu
instances, this way it is possible to detect those changes. In particular, thewirecloud-keycloak
plugin wants to use thehide
event to detect when theMessageWindowMenup
dialog is closed to react.Types of changes
Checklist
Further comments
Required by
wirecloud-keycloak
.