0

There is the main panel in that panel there are different fields like text box cell, integer box cell which contains popup panel.Popup panel is instantiated from the text box or integer box.So when popup panel is fired from the cell, application makes server call it may take some time to populate that popup panel.Meanwhile if user close the parent panel, popup panel doesn't know where to place itself as while it showed up the parent panel and the cell box from where it instantiated is already gone. So it places itself to the default location that is at top left corner of the screen.So how this case should be handled?How pop panel will come to know that its grandparent element is hidden and it should not display itself anymore?

4

1 回答 1

0

当用户点击一个框时,启动一个服务器调用。在onSuccess()回调方法中,检查是否仍需要弹出窗口。如果是,请出示。

于 2014-09-16T15:14:24.237 回答