Bug #17239
closedDrag 'n drop javascript error / blank screen in IE in TYPO3 4.1.6
0%
Description
In IE6 and IE7 when clicking the tab "Drag 'n Drop" I get the javascript error:
Line: 27
Char 3:
Error: The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute.
After clicking away the error the Drag 'n Drop window does load. Line 27 of the source of the page is: var editor = window.opener.RTEarea1["editor"];
Then, clicking the "+" sign to collapse a directoy will result in a blank page. (I'm nog sure if this has to do with the javascript error)
Mozilla works fine.
TYPO3 4.1
IE6 and IE7
rtehtmlarea 1.5.1dev AND 1.5.2
(issue imported from #M5490)
Updated by Robert Destigter over 17 years ago
It has to do with the lines 357 and 358 in the file /typo3conf/ext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php
356: if (window.opener) {
357: var editor = window.opener.RTEarea[' . $this->editorNo . ']["editor"];
358: var HTMLArea = window.opener.HTMLArea;
359: }
Commenting both lines will take away the error and also enable collapsing the directory tree without resulting in a blank screen. (But I suppose they're not there for nothing :-)
Updated by Robert Destigter over 17 years ago
It looks like if the pop-up window looses its connection to it's parent window
Updated by Stanislas Rolland almost 17 years ago
Fixed in SVN TYPO3core trunk revision 2925 (for inclusion in TYPO3 4.2 beta1.
Updated by Stanislas Rolland over 16 years ago
Patch for TYPO3 4.1.6 is attached to issue #7864
Updated by Stanislas Rolland over 16 years ago
Fixed in SVN TYPO3core branch TYPO3_4-1 revision 3473.