Hello Community,

it is possible to show an progress indicator ( also the same as on loading the modalframe) when the modal windows closes and redirect or reload the side.

For example, we have a buying form displayed in modalframe and after submit we redirect to checkout form, this could be taken a while and during redirect or reload it would be fine if we can the loading animation again.

please give me a tip - i can also contribute code but i need a hint..
thx and kind regards
2primes

Comments

dsnopek’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Unfortunately, you can't really do that. :-/ We're able to show it when loading the modal because the loading is in the main page, and the modal is in an iframe. We have the main page around to do things in Javascript. However, when the main page is being reloaded/redirected, we can't do anything because we don't have a spare "context" to run Javascript in.