Project

General

Profile

Actions

Bug #80632

closed

Story #69617: FormEngine bugs

still issues with missing input in BE

Added by Anja Leichsenring almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-04-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint

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

Selection_002.png (7.17 KB) Selection_002.png Anja Leichsenring, 2017-04-02 10:26

Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #80366: Values aren't always saved in the TYPO3 backendClosedMarkus Klein2017-03-21

Actions
Related to TYPO3 Core - Bug #80672: Saving problems in Chrome 57+Closed2017-04-04

Actions
Related to TYPO3 Core - Bug #80884: FAL metadata has to save multiple times before it's go to the databaseClosed2017-04-19

Actions
Related to TYPO3 Core - Bug #80481: FormEngine.Validation may access DOM too earlyClosedMarkus Klein2017-03-27

Actions
Related to TYPO3 Core - Bug #80633: Sending empty forms in some casesClosedFrank Nägler2017-04-02

Actions
Actions #1

Updated by Anja Leichsenring almost 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.

Actions #2

Updated by Georg Ringer almost 7 years ago

  • Is Regression changed from No to Yes
  • Sprint Focus set to Stabilization Sprint
Actions #3

Updated by Dominik Hahn almost 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.

Actions #4

Updated by José Ricardo almost 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)

Actions #5

Updated by Sven Juergens almost 7 years ago

hi,

maybe it is related to this ?

https://forge.typo3.org/issues/80366

Actions #6

Updated by Josef Glatz almost 7 years ago

Seams like this does not only occur within in Chrome according a thread in the german TYPO3 facebook channel

Actions #7

Updated by Josef Glatz almost 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

Actions #8

Updated by Josef Glatz almost 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)

Actions #9

Updated by José Ricardo almost 7 years ago

Looks like it's related to this: https://forge.typo3.org/issues/80481

Actions #10

Updated by Mona Muzaffar almost 7 years ago

  • Related to Bug #80366: Values aren't always saved in the TYPO3 backend added
Actions #11

Updated by Mona Muzaffar almost 7 years ago

  • Related to Bug #80672: Saving problems in Chrome 57+ added
Actions #12

Updated by Pascal Hinz almost 7 years ago

  • Related to Bug #80884: FAL metadata has to save multiple times before it's go to the database added
Actions #13

Updated by Riccardo De Contardi almost 7 years ago

  • Category set to FormEngine aka TCEforms
  • Parent task set to #69617
Actions #14

Updated by Markus Klein almost 7 years ago

  • Related to Bug #80481: FormEngine.Validation may access DOM too early added
Actions #15

Updated by Markus Klein almost 7 years ago

  • Related to Bug #80633: Sending empty forms in some cases added
Actions #16

Updated by Markus Klein almost 7 years ago

  • Status changed from New to Closed

Please continue in #80672.

Actions

Also available in: Atom PDF