Bug #18390
closed
Calling Shortcut to page - this cause a JS-Error and page is not highlighted in Pagetree
Added by Steffen Kamper over 16 years ago.
Updated almost 14 years ago.
Description
Title describes all. JS-Error is: event has no properties (tested in FF)
(issue imported from #M7779)
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.
The solution for the JS error is submitted as a patch to bug #18403
Resolved, no change required after a long time without further feedback. Doesn't seem to be an issue anymore.
Also available in: Atom
PDF