Project

General

Profile

Actions

Bug #36558

closed

Chunk of Menu code disappears in 4.6 when TT_NEWS container is on the page

Added by Sean Fulton about 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2012-04-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

We recently tried to upgrade a site from 4.5 to 4.6. We found that on pages with a tt_news container, a big chunk of navigation code gets ripped out of the page once it is cached, causing the pull-down navigational elements to appear on the upper-left corner of the screen.

This happens with tt_news 3.0.1 to 3.2.1 and only in Typo3 4.6. The menu elements appear when the cache is cleared, but on reload, the code is missing. What's interesting is that it appears the code is stored in the datase with the cached copy of the page, but is not sent to the browser on reload.

One of our developers reported that if you force the browser to clear its cache, the code will re-appear, but we have not been able to verify that in all browsers.

This is what appears after you clear the cache:

<script type="text/javascript">
/*<![CDATA[*/

/*]]>*/
&lt;/script&gt;

This is what appears after you reload the page (ie, once it has been cached).

<script type="text/javascript">
/*<![CDATA[*/

/*]]>*/
&lt;/script&gt;
Actions #1

Updated by Philipp Gampe about 12 years ago

This is a tt_news issue and not a problem of the core ?!
Duplicates: #M0018513

Actions #2

Updated by Wouter Wolters over 9 years ago

  • Status changed from New to Closed
  • Is Regression set to No

Not a core problem

Actions

Also available in: Atom PDF