Bug #21783
Switching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
Status: | Closed | Start date: | 2009-12-03 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
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)
Related issues
History
#1 Updated by oliver leitner over 5 years ago
that error also happens with admin users.
it happens with live and development workspace as well as with custom workspaces.
#2 Updated by Chris topher over 5 years ago
Maybe related to #12532 and friends?
#3 Updated by oliver leitner over 5 years ago
Sorry Christopher
0012532 doesnt solve the problem.
#4 Updated by Stefan Neufeind about 4 years ago
Were you able to reproduce this with any recent version of TYPO3? Or at least 4.3 maybe?
#5 Updated by Alexander Opitz about 2 years ago
- Status changed from New to Closed
- Target version deleted (
0)
No response in over one year => closed.