Hi,
I have encountered a problem with the utilityNetworkTrace widget and can reproduce the problem by following the steps below:
1.Open demo in browser: https://jsbin.com/zudanomuhe/edit?output This demo has two mapviews, each mapview takes up 50% of the width of the page.
2. In the left mapview, a utilityNetworkTrace widget has been added to perform a utility Network Trace analysis.
when the trace analysis is complete and I want to clear all the selected features, a popup window appears for me to confirm. This popup window is displayed in the middle of the page, not in the middle of the mapview, which causes the popup window to be blocked by other dom elements.
See screenshots:
pitcure1: after the execution of the trace analysis

pitcure2: after clicking the "clear all" button

I think this should be a bug, as expected the popup window should be displayed in the middle of the mapview container it is in, not in the middle of the page.
Does anyone know how to fix this?
Thank you so much!