This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open two existing files and create two untitled files (call them A, B, U1 and U2)
- Click to view the files in this order: A, U2, U1, B (so B is current and A is least recently opened)
- Save All
Result:
U2 is current document. If you navigate with Ctrl+Tab, the MRU order is now U2, U1, B, A
Expected:
B remains current document. MRU order remains B, U1, U2, A