rviner β created an issue.
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.
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.
rviner β created an issue.
We hare experiencing this issue. It was first reported on the 4th October and thought CloudFlare could be a possible cause as no changes have been made in the last 2-3 weeks.
It does also seem to be an issue in Chrome.
I'm also faced with this issue and the forms i'm using have a lot of text format fields on them.
I noticed a similar permission error when upgrading from 4.0.3 and realised due to the extra permission checks introduced in 4.1.0 I had to tick off the 'View own webform submission' permission for the role.
This was due to the extra check in 'WebformSubmissionResource.php' to view the submission. I also noticed there's an error in the comment:
// Check user have permission to delete webform submission.
should be:
// Check user have permission to view webform submission.
Yes I can confirm this fixes the issue. Thanks.
rviner β created an issue.
Itβs a plain image old image field.
I upgraded from 2.5 so appreciate there have been a lot of changes since then. However the bundle class always appears to be null.
rviner β created an issue.
Same happens for me. Downgrading fixes the issue.
Realised it was a permission issue.
rviner β created an issue.
This doesn't quite work multi valued views as 'Add new item' gets added as a new entry.
Ok, I've realised its a custom theme issue.
However I've switched to a default Olivero theme which displays the 'Add another item' button fine, but when I try an delete or update an existing value and click update, it automatically adds 'Add another item' as a new entry?
rviner β created an issue.
It's a conflict with the rules mode: https://www.drupal.org/project/rules/issues/3279526 β
rviner β created an issue.
rviner β created an issue.
Any update on this one?
Additional steps to reproduce based on the YAML above:
1. Click yes to 'Display name' field
2. Enter info for 'Test field'
3. Click next and you can proceed to the next page without uploading a required document in the 'test upload' field and no validation warning is shown.
I have experienced this issue as well with a long multi step form using the iframe resizer embedded on another site.
This causes a problem in the use case i've got.
I'm using the webform rest module to trigger a get submission on PostSave but it always get the previous data as it hasn't been committed to the database yet.
rviner β created an issue.
This caused our multi step ajax form to get completely stuck.
Patch resolved the issue.
This is still an issue in version 2.0.
I can't share the webform settings but get this error with a simple multiple step form with ajax turned on and draft submissions enabled.
rviner β created an issue.