Project

General

Profile

Actions

Bug #25807

closed

TSFE hook corrupts page output when use previewlink

Added by saito about 13 years ago. Updated over 5 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #13525: TSFE hook corrupts page outputClosed2011-03-02

Actions
Actions

Also available in: Atom PDF