Bug #68367
closedcheckSubmit should wait 500ms
0%
Description
Steps to reproduce:
Create a new record which has a required field. Insert something in the required field. Click on save. The alert "The fields marked with an exclamation mark are not yet correctly filled in. Please complete them properly." is shown.
You have to click somewhere else before you click on save.
Because of the setTimeout in typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js Line 59-62 around "FormEngineValidation.validate();" the checkSubmit function should also wait 500ms before it tries to submit the form.
Files
Updated by Marco Huber over 9 years ago
- File issue_68367.png issue_68367.png added
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41703
Updated by Frank Nägler over 8 years ago
- Status changed from Under Review to Rejected
rejected, because a refactoring of the validation stuff is planed for CMS 8