Actions
Bug #14474
closedJSMENU with realurl doesn't work in IE
Start date:
2004-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There's a bug in MSIE, which prevents the usage of the "base href" in JavaScript.
realURL needs the base href to be set so stylesheets etc. could be allocated within the document root. The function JSactivate from t3lib/jsfunc.menu.js could be extended to add the base href to the URL to jump to.
1) Install and configure realurl (you need to set config.baseURL for realurl to work properly!)
2) Configure a JSMENU
3) Check the menu in different browsers.
=> MSIE won't work as expected
(issue imported from #M649)
Files
Updated by Thorsten Kahler almost 20 years ago
The attached diff provides a patch for t3lib/jsfunc.menu.js that solves the issue
Updated by Andreas Otto † over 19 years ago
Fixed bug by adding the three code lines mentioned in the attached diff.
Actions