Project

General

Profile

Actions

Bug #18390

closed

Calling Shortcut to page - this cause a JS-Error and page is not highlighted in Pagetree

Added by Steffen Kamper about 16 years ago. Updated over 13 years ago.

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

0%

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

Description

Title describes all. JS-Error is: event has no properties (tested in FF)

(issue imported from #M7779)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #18403: Shortcutmenu cause JS-Error in IEClosedChristian Kuhn2008-03-09

Actions
Actions #1

Updated by Steffen Kamper about 16 years ago

i found a solution for first part (highlighting the page in tree), simply add of one line in tree.js::refresh

refresh: function() {
var r = new Date();
// randNum is useful so pagetree does not get cached in browser cache when refreshing
var search = window.location.search.replace(/&randNum=\d+/, '');
window.location.search = search+'&randNum=' + r.getTime();
this.reSelectActiveItem();
},

but have no idea where the JS error comes from.

Actions #2

Updated by Mikkel Henriksen over 15 years ago

The solution for the JS error is submitted as a patch to bug #18403

Actions #3

Updated by Christian Kuhn over 13 years ago

Resolved, no change required after a long time without further feedback. Doesn't seem to be an issue anymore.

Actions

Also available in: Atom PDF