Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected user experience when saving multiple document #37

Open
manuc66 opened this issue Feb 26, 2021 · 0 comments
Open

Unexpected user experience when saving multiple document #37

manuc66 opened this issue Feb 26, 2021 · 0 comments

Comments

@manuc66
Copy link
Contributor

manuc66 commented Feb 26, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants