Bug #21783
closedSwitching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
0%
Description
if a normal user tries to switch workspaces, he gets the following error output:
"Object required"
When running ms js debugger, he lines out the following:
In typo3/contrib/prototype/prototype.js
Marked code:
pointer: function(event) {
return {
x: event.pageX || (event.clientX +
(document.documentElement.scrollLeft || document.body.scrollLeft)),
y: event.pageY || (event.clientY +
(document.documentElement.scrollTop || document.body.scrollTop))
};
},
When closing the debugger, there are like 10 class/id/blah errors, that one needs to press no to warnings
1. login as a normal user (redakteur whatever...) using internet explorer 8
2. try to switch workspaces by the dropdown on top of the backend.
(issue imported from #M12901)
Updated by oliver leitner almost 15 years ago
that error also happens with admin users.
it happens with live and development workspace as well as with custom workspaces.
Updated by Chris topher almost 15 years ago
Maybe related to #12532 and friends?
Updated by oliver leitner almost 15 years ago
Sorry Christopher
0012532 doesnt solve the problem.
Updated by Stefan Neufeind over 13 years ago
Were you able to reproduce this with any recent version of TYPO3? Or at least 4.3 maybe?
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Closed
- Target version deleted (
0)
No response in over one year => closed.