[TYPO3-core] Gremlin #1690: nav_frame is sometimes out of sync with the selected page
Peter Niederlag
peter at niederlag.de
Tue Dec 27 08:18:53 CET 2005
Hi,
Michael Stucki schrieb:
> Any more opinions on this one?
Could it be this one:
> diff -ru TYPO3core.bak/t3lib/class.t3lib_foldertree.php TYPO3core/t3lib/class.t3lib_foldertree.php
> --- TYPO3core.bak/t3lib/class.t3lib_foldertree.php 2005-04-14 01:11:59.000000000 +0200
> +++ TYPO3core/t3lib/class.t3lib_foldertree.php 2005-12-12 22:25:29.000000000 +0100
> @@ -112,7 +112,7 @@
> if (!$this->ext_IconMode) {
> $theFolderIcon = $GLOBALS['TBE_TEMPLATE']->wrapClickMenuOnIcon($theFolderIcon,$row['path'],'',0);
> } elseif (!strcmp($this->ext_IconMode,'titlelink')) {
> - $aOnClick = 'return jumpTo(\''.$this->getJumpToParam($row).'\',this,\''.$this->domIdPrefix.$this->getId($row).'_'.$this->bank.'\');';
> + $aOnClick = 'return jumpTo(\''.$this->getJumpToParam($row).'\',this,\''.$this->domIdPrefix.$this->getId($row).'\','.$this->bank.');';
> $theFolderIcon='<a href="#" onclick="'.htmlspecialchars($aOnClick).'">'.$theFolderIcon.'</a>';
> }
> return $theFolderIcon;
must be applied to t3lib/browsetree.php as well?
Since you changed signature of JS-Function jumTo I checked if all usages
are changed acordingly by:
pn at virginia:/usr/local/typo3_src-CORE-cvs$ egrep -r 'jumpTo[^U]' *
Necessary change in browsetree.php seems missing to me.
Cheers,
Peter
--
Peter Niederlag * Neuer Sandberg 9 * 31535 Neustadt *
Fon (privat): 05036 / 924 100 * Fon (Büro): 05036 / 924 101
Fon (mobil): 0172 / 516 48 55 * Fax 05036 / 924 105
callto:typo3support (skype)
http://www.niekom.de * TYPO3 und EDV Dienstleistungen *
http://www.clown-goli.de * Clown-Comedy-Jonglage-Animation *
More information about the TYPO3-team-core
mailing list