Wrong popup position when opening a popup from a microfrontend embedded in a workbench view
danielwiehl opened this issue · 0 comments
danielwiehl commented
Describe the bug
If embedding a microfrontend in a workbench microfrontend view and opening a popup from that microfrontend, the popup is not positioned next to the anchor.
To Reproduce
Steps to reproduce the behavior:
- Provide microfrontend view capability
- Provide microfrontend capability
- Provide microfrontend popup capability
- Add some content to the microfrontend view
- Embed the microfrontend (provided in step 2) after the content
- Open the popup from the microfrontend
- See that the popup is not positioned next to the anchor
Expected behavior
The popup is positioned next to the anchor.