- Issue created by @demonde
- 🇬🇧United Kingdom rviner
I confirm this is an issue with focus not remaining on text format fields after autosave.
For example:
1. If a form has radio buttons followed by a series of text format fields
2. Select a radio button, scroll down and start typing in the text format field, after auto save the form focus jumps back to the radio buttons field. - 🇬🇧United Kingdom rviner
Just an update, I'm not sure if this is the right fix but I managed to work around this by removing:
'focus' on line 91 in webformautosave.js.
I confirm the webform still autosaves correctly and the for stops auto scrolling.