Bug #82456
closedMultiple usage of "save and preview" button does not reload preview tab
100%
Description
When editing a content element, it's possible that an editor clicks the "save and preview" button after each content change. In this case, the preview tab will not reload and therefor will not show updated content.
Steps to reproduce:
- Add a text content element
- Use "save and preview" button -> new tab opens
- Go back to BE tab and change content
- Click "save and preview" button again -> preview tabs gets focus but does not reload
Introduced with TYPO3 8.7.5 in this commit: https://github.com/TYPO3/TYPO3.CMS/commit/4973abb62beed43e37f6377e10ef1d48ba8c1c8f
Using a simple `previewWin.location.reload();` in `viewOnClick` solves the issue but breaks the initial click on "save and preview". Perhaps adding a time stamp GET parameter is another option? Or adding some on load event?
Updated by Felix Nagel about 7 years ago
- Related to Bug #81250: Preview link of content element misses the anchor in some cases added
Updated by Frank Nägler about 7 years ago
- Status changed from Accepted to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review about 7 years ago
- Status changed from In Progress 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/54218
Updated by Gerrit Code Review about 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/54218
Updated by Gerrit Code Review about 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/54218
Updated by Gerrit Code Review about 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54218
Updated by Gerrit Code Review about 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54218
Updated by Gerrit Code Review about 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54218
Updated by Gerrit Code Review about 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54218
Updated by Gerrit Code Review about 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/54228
Updated by Gerrit Code Review about 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54218
Updated by Frank Nägler about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 25ff9e945ddedb5e4db3ada19f84d04694dbca06.
Updated by Christian Weiske over 3 years ago
- Related to Bug #93706: Content element "View" button does not reload page added