Bug #16756

GMENU RollOver effect for the Internet Explorer

Added by Daniel Hoffmann over 6 years ago. Updated 21 days ago.

Status:Needs Feedback Start date:2006-12-01
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.0 Complexity:
PHP Version:
Votes: 0

Description

The GMENU RollOver effect is not working in any version of the Internet Explorer.
There is an error in the file
/typo3/sysext/tslib/class.tslib_fe.php
about line 3650. You add two JavaScript funtions here (function over(..) und function out(..)). The second line in each body is like
else if(typeof(..)=="function" && ...) ...

Please change it to the following
else if(typeof(..)!="undefined" && ..) ...

Now the RollOver effect will work for Internet Explorer!

(issue imported from #M4598)

History

Updated by Alexander Opitz 21 days ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • PHP Version deleted (4)

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

Also available in: Atom PDF