User would like the popup window to close without delay when clicking the X on the detail view popup.
It was discovered that the VUIWindow is a ModelChangeNotifier that calls the fireChangeEvent() in the close listener on line 68. Remove this code and test to see the impact on the UI. Make sure to test interfaces with collections.
User would like the popup window to close without delay when clicking the X on the detail view popup.
It was discovered that the VUIWindow is a ModelChangeNotifier that calls the fireChangeEvent() in the close listener on line 68. Remove this code and test to see the impact on the UI. Make sure to test interfaces with collections.
Report findings for discussion.