Project

General

Profile

Actions

Bug #19202

closed

Framehandling problem with FF 3

Added by Tapio Markula over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-08-08
Due date:
% Done:

0%

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

Description

Hi

The Firefox 3.x problem with modules has not been fully solved.

goToModule function generates this kind of code for modules, which don't have submodules

case 'txmmforumM1':
top.content.location=top.getModuleUrl(top.TS.PATH_typo3+"../typo3conf/ext/mm_forum/mod1/index.php?"+additionalGetVariables);
top.highlightModuleMenuItem("ID_147144176", 1);
break;
case 'txllxmltranslateM1':
top.content.location=top.getModuleUrl(top.TS.PATH_typo3+"../typo3conf/ext/llxmltranslate/mod1/index.php?"+additionalGetVariables);
top.highlightModuleMenuItem("ID_31972543", 1);

That doesn't work in FF 3.

In alt_menu_functions.php is this kind of code

$JScmd = '
top.document.getElementsByName(\'content\')[0].src=top.getModuleUrl(top.TS.PATH_typo3+"'.$this->wrapLinkWithAB($link).'"+additionalGetVariables);
top.highlightModuleMenuItem("'.$moduleCSSId.'",1);';
$mJScmds[] = "case '".$moduleName."': \n ".$JScmd." \n break;";

that doesn't work in FF 3 - concerning this kinds of modules Typo3 behaves like Typo3 4.1.5 with all modules.

(issue imported from #M9136)


Files

20080921_less_js_in_backend.patch (11.3 KB) 20080921_less_js_in_backend.patch Administrator Admin, 2008-09-21 07:41
less_js_follow_up.diff (880 Bytes) less_js_follow_up.diff Administrator Admin, 2009-02-10 12:04

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20773: Main module does not load different navFrames in submodules.ClosedChristian Kuhn2009-07-20

Actions
Actions #1

Updated by Benni Mack over 15 years ago

Hey Tapio,

thanks for the hint, I noticed that one too! I have a patch flying around that fixes that issue and hope to send it to the core list soon!

Actions #2

Updated by Benni Mack over 15 years ago

Sent the patch to the core list.

Actions

Also available in: Atom PDF