Project

General

Profile

Actions

Bug #21510

closed

Section index (pagecontent ...) doesn't work in Internet Explorer 8

Added by Steffen no-lastname-given over 14 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The Explorer 8 doesn't jump to the desired content-element .
Apparently is the <a id="cXX"></a>-Tag at the beginning of each content-element the problem. He needs something between...
This is my workaround:
tt_content.stdWrap.dataWrap = <a id="c{field:uid}"></a> |

Typo3 4.2.8; InternetExplorer 8.0; Win XP
(issue imported from #M12530)

Actions #1

Updated by Steffen no-lastname-given over 14 years ago

Explorer 8 on Windows 7 has still problems with my solution. He wants real content.
And I forgot the localisation. Now I use:

tt_content.stdWrap {
dataWrap = <a id="c{field:uid}" class="invisible">&nbsp;</a> |
prepend.dataWrap = <a id="c{field:_LOCALIZED_UID}" class="invisible">&nbsp;</a>
}

CSS: .invisible {
display:block; position:absolute; left: -2000px; height: 0px; width: 0px;
}

display: none; will not work.

I know, this is not a nice solution, but I have no other idea.
Is there really nobody else with this problem?

Actions #2

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.3

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #3

Updated by Riccardo De Contardi about 11 years ago

In TYPO3 4.5 and 6.1 the empty anchor is no more... the id attribute belongs to the div that surrounds the whole CE:


<div id="c14" class="csc-default">...

And now the jump url works in IE8, so this issue can be closed.

Actions #4

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF