Open a VA workbook. With this workbook having focus, choose to open another workbook. Lets say this 2nd workbook takes 30 seconds to open due to query execution time being very long. A modal dialog is presented saying "opening workbook..." and I'm unable to interact w/ the first workbook during this time.
Explanation:
![]() |
634 KB
The following queries against SQL Server will cause a long execution:
WAITFOR DELAY '00:00:20' select * from Sales.Customer
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-8.
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-8.
The code changes look good. However the follow scenario fails:
Result: The workbook is not opened, which is correct. However the "dummy" VA window remains open, which is incorrect.
Expected: When I select not to open the workbook, the dummy window should be closed.
Note: Going forward, please enter the SVN revision number for each issue in a comment so that it is clear what code changes are being reviewed.
The code changes look good. However the follow scenario fails:
Result: The workbook is not opened, which is correct. However the "dummy" VA window remains open, which is incorrect.
Expected: When I select not to open the workbook, the dummy window should be closed.
Note: Going forward, please enter the SVN revision number for each issue in a comment so that it is clear what code changes are being reviewed.
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-11.
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-11.
Nhi,
The code changes look good. However the follow scenario fails:
Result: The workbook is not opened, which is correct. However the "dummy" VA window remains open, which is incorrect.
Expected: When I select not to open the workbook, the dummy window should be closed.
[SZ] : Solved
Nhi,
The code changes look good. However the follow scenario fails:
Result: The workbook is not opened, which is correct. However the "dummy" VA window remains open, which is incorrect.
Expected: When I select not to open the workbook, the dummy window should be closed.
[SZ] : Solved
Issue #15379 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 18.5 |
Time Estimate 8 hours |
The following queries against SQL Server will cause a long execution: