Actions
Bug #25807
closedTSFE hook corrupts page output when use previewlink
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I found another issue relate http://forge.typo3.org/issues/13525.
I generate previewlink use $this->ws->generateWorkspacePreviewLink($PID) in workspace.
But javascript error occurred because of
document.domain is empty.
So I hardcoded to fill this line with my BEdomain.
/typo3/sysext/workspaces/Resources/Private/Templates/Preview/Preview.html
---
//document.domain = '{backendDomain}';
document.domain = 'myBEdomain';
---
Is there any solution?
This issue occurred IE7 or 8. (I don't test with 9)
thanks.
Updated by Sonja Schubert over 13 years ago
- Status changed from New to Resolved
Dear saito
Thank you for the issue. This problem is already fixed in latest git version. Please have a look at http://forge.typo3.org/issues/13446
Kind regards,
Sonja
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions