Actions
Bug #21783
closedSwitching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions