Actions
Bug #77977
closedCall to TBE_EDITOR.fieldChanged missing on basic text inputs in backend forms
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2016-09-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In TYPO3 7.6.10, the dialog "There are unsaved changes, Do you want to continue WITHOUT saving?" when clicking on an "add wizard" (in a list for example) does not appear when changes are made in a simple text input.
By digging, I found that the onChange JS that flags the form as "changed" (TBE_EDITOR.isChanged) is not present on basic text inputs, though it is present on textareas, selects, checkboxes...
This results in a lost of data if the user tries to use the "add" wizard with an unsaved form.
Updated by Ralf Hettinger over 7 years ago
- Related to Bug #81360: FieldControl Wizards: check for unsaved changes not always working added
Updated by Susanne Moog over 4 years ago
- Category changed from Backend User Interface to Backend JavaScript
Updated by Andreas Kienast over 4 years ago
- Status changed from New to Closed
This issue has been solved in v9. Fixing this in v8 needs major changes which are pretty risky right before EOL, thus this issue will be closed.
Actions