Project

General

Profile

Actions

Bug #21783

closed

Switching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8

Added by oliver leitner over 14 years ago. Updated almost 11 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #18402: Calling Workspace modul in IE cause JS-ErrorClosed2008-03-09

Actions
Actions #1

Updated by oliver leitner over 14 years ago

that error also happens with admin users.

it happens with live and development workspace as well as with custom workspaces.

Actions #2

Updated by Chris topher over 14 years ago

Maybe related to #12532 and friends?

Actions #3

Updated by oliver leitner about 14 years ago

Sorry Christopher

0012532 doesnt solve the problem.

Actions #4

Updated by Stefan Neufeind almost 13 years ago

Were you able to reproduce this with any recent version of TYPO3? Or at least 4.3 maybe?

Actions #5

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Closed
  • Target version deleted (0)

No response in over one year => closed.

Actions

Also available in: Atom PDF