Project

General

Profile

Actions

Bug #16277

closed

GMENU - IE fails to respond to mouse over when using XHTML strict

Added by Tristan Knapp about 18 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-06-23
Due date:
% Done:

0%

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

Description

In class.ts_lib_fe.php the generated Javascript code is probably not XHTML compatible. I was not able to conclusively figure out if this is a one of IE's "features" or is according to specification.

The following "works" however...

In the over / out js functions for the rollovers the IE check works under trans but not under strict.

In over/out
typeof(document.getElementById)=="function"

needs to be when using xhtml strict with IE in over/out
typeof(document.getElementById)=="object"

I am not familiar enough with the core to supply a proper patch.

There is a news group article http://lists.typo3.org/pipermail/typo3-english/2006-May/024050.html in which this was initially mentioned.
(issue imported from #M3729)


Files

0003729.patch (1.23 KB) 0003729.patch Administrator Admin, 2007-03-08 15:35
Actions

Also available in: Atom PDF