Hi,
We are monitoring a negative UX behaviour on many subscription apps: on window focus extension points Javascript code resets the whole form and re-renders it. A good example is when merchant is configuring subscription and needs to alt-tab to check records in another program or chat with colleague. When they alt-tab back, the whole form reloads and resets to default.
Same happens if merchant will just switch for another browser tab for a second and then returns to subscription setup.
We’re using React and testing with
Admin::Product::SubscriptionPlan::Create
This problem is actual not only for the app we’re working on, but for other apps not made by us too (we have checked that to ensure that this is not only our problem).
We’re looking for a way to prevent that, as form reset is very annoying for merchants who try to create / edit their subscription plans (selling plans).
Thank you!