[TYPO3-dev] Prolem with FF3

Tapio Markula tapio.markula at xetpoint.fi
Fri Aug 8 08:57:51 CEST 2008


Hi

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

goToModule function generatest 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;";
				

but that is not use - any Idea how to fix this?
I would made fix into tm_shared_lib.




More information about the TYPO3-dev mailing list