Bug #83057
closedRegression: back button in forms not work
100%
Updated by Frank Nägler almost 7 years ago
- Related to Bug #82668: Submit a form with two buttons send the user back on pressing <enter> in a form filed added
Updated by Riccardo De Contardi almost 7 years ago
Is this related or a duplicate? #82966
Updated by Gerrit Code Review almost 7 years ago
- Status changed from Accepted 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 https://review.typo3.org/54716
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #82966: EXT:form previous button has no function added
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54716
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54716
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54727
Updated by Frank Nägler almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1dcdb1360cc6fa6d18a647b4e6e73cbcd0ba7ff0.
Updated by Thorsten Kahler almost 7 years ago
Could somebody help me to get this clear:
- in #82668 a fix was introduced to help people who try to send forms via keyboard
- this introduced a regression: the back button did not work any more, regardless of input device
- in this ticket #83057 the latter was fixed by adding an
onClick
event handler
From my understanding the results of these activities are:
- forms still can't be navigated via keyboard
- JS and mouse action are required to reach the previous step
Can somebody point out the improvement?
Updated by Oliver Hader almost 7 years ago
- Related to Bug #83782: Form Back Button without function added