Unexpected user experience when saving multiple document
manuc66 opened this issue · 0 comments
manuc66 commented
Hi,
When saving multiple document the user experience is "not perfect"
Setup
Let says we have :
- the folowing document open in that order and modified: docA, docB, docC, docD
- docC is the current active document
Current behaviour
When saving it will all, it will:
- make docA active
- format docA
- make docC active
- make docB active
- format docB
- make docC active
- make docC active (no effect)
- format docC
- make docC active
- make docD active
- format docD
- make docC active
Expected behaviour
I would expect for speed and less visual flicks the following:
- make docA active
- format docA
- make docB active
- format docB
- make docC active
- format docC
- format docD
- make docC active