Bug #80632
closedStory #69617: FormEngine bugs
still issues with missing input in BE
0%
Description
filling in all kind of FormEngine provided forms in BE ends up with empty fields after saving.
experienced with:
- sys_file_storage, the required fields are empty again after saving.
- sys_language, also the required field.
- pages: a not required field was missing after an edit action.
No JS output in console, no hint I could provide.
Files
Updated by Anja Leichsenring over 7 years ago
This happens on latest master, commit is
9d5dfbb (HEAD -> master, origin/master, origin/HEAD, composer/master) [TASK] Show disabled state for navigation component toggle if not available.
This happens if the cursor is still in a field when pressing a save button, so no blur event was emitted for that field.
Updated by Georg Ringer over 7 years ago
- Is Regression changed from No to Yes
- Sprint Focus set to Stabilization Sprint
Updated by Dominik Hahn over 7 years ago
Probably related:
The same happens for all kind of input fields, the header field in a content element for example.
From what I see there is a hidden input field for each "visible" input field.
The blur event should update the value of the hidden field and that doesn't always happen and after saving the input is lost.
Sometimes it works, sometimes not and I was not yet able to reproduce it.
Updated by José Ricardo over 7 years ago
Got similar problem on TYPO 7.6.16 on news plugin, but according to the author may be a core problem (https://github.com/georgringer/news/issues/299)
Updated by Sven Juergens over 7 years ago
Updated by Josef Glatz over 7 years ago
Seams like this does not only occur within in Chrome according a thread in the german TYPO3 facebook channel
Updated by Josef Glatz over 7 years ago
- Priority changed from Should have to Must have
Following scenario is also pops up: Editiing sys_categories record > Clearing "Single-view page for news from this category" field (which is added by ext:news) > Title Input is then cleared AND validation fails
Updated by Josef Glatz over 7 years ago
Also when I just paste text from clipboard into input and submit via mouse "Save and Exit" (without clicking on an empty formEngine area) (Race condition)
Updated by José Ricardo over 7 years ago
Looks like it's related to this: https://forge.typo3.org/issues/80481
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #80366: Values aren't always saved in the TYPO3 backend added
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #80672: Saving problems in Chrome 57+ added
Updated by Pascal Hinz over 7 years ago
- Related to Bug #80884: FAL metadata has to save multiple times before it's go to the database added
Updated by Riccardo De Contardi over 7 years ago
- Category set to FormEngine aka TCEforms
- Parent task set to #69617
Updated by Markus Klein over 7 years ago
- Related to Bug #80481: FormEngine.Validation may access DOM too early added
Updated by Markus Klein over 7 years ago
- Related to Bug #80633: Sending empty forms in some cases added
Updated by Markus Klein over 7 years ago
- Status changed from New to Closed
Please continue in #80672.