- Issue created by @alexj12
Historically, https://www.drupal.org/project/webform/issues/2920443 → was completed to resolve an issue where the user navigates back within their browser. This works well in the majority of cases, except where the browser Back/forward cache gets involved. In this case `onpopstate` is not run, and thus the previous page is not submitted correctly, breaking the form.
Unknown at this time. Have done some testing with onpagehide
and event.persisted
with no success at this time.
Investigation
Active
6.2
Code