Actions
Bug #16277
closedGMENU - IE fails to respond to mouse over when using XHTML strict
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
Actions