Bug #36558
closedChunk of Menu code disappears in 4.6 when TT_NEWS container is on the page
0%
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[*/
/*]]>*/
</script>
This is what appears after you reload the page (ie, once it has been cached).
<script type="text/javascript">
/*<![CDATA[*/
/*]]>*/
</script>
Updated by Philipp Gampe over 12 years ago
This is a tt_news issue and not a problem of the core ?!
Duplicates: #M0018513
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Not a core problem