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 #1

Updated by Sonja Schubert about 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

Actions #2

Updated by Michael Stucki over 10 years ago

  • Category changed from Bugs to Workspaces
Actions #3

Updated by Michael Stucki over 10 years ago

  • Project changed from 624 to TYPO3 Core
  • Category changed from Workspaces to Workspaces
Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF