Bug #18645
closedJS error raised in IE6 when clicking Edit in Rich Text Editor
0%
Description
I am using IE6:
I have a Regular Text Element with a html table in it. When I click on 'Edit in Rich Text Editor', the page locks up and I get the the error:
Line: 1087
Char: 3
Error: Object Required
Code: 0
url: http://www.xyz.co.uk/cms/typo3/wizard_rte.
php?&P[table]=tt_content&P[uid]=42&P[field]=
bodytext&P[returnUrl]=%2Fcms%2FTypo3%2
Fcms%2Flayout%2Fdb_layout.php%3Fid%3D49
The page does not load. I then press the X icon, press 'Edit in Rich Text Editor' again and the page appears with the table. If you then click inside the table and press the 'Table Properties' icon, nothing happens and you get the error:
Line: 3488
Char: 3
Error: Object doesn't support this property or method
Code: 0
url: http://www.xyz.co.uk/cms/typo3/wizard_rte.php?x%x%
P[table]=tt_content&P[uid]=42&P[field]=bodytext
&P[returnUrl]=%2Fcms%2FTypo3%2Fsysext%2F
layout%2Fdb_layout.php%3Fid%3D49
If you then click on the page in the tree, then click on the text and NOT the 'Edit in Rich Text Editor' button, things seem to work ok ???
However, if you close the browser and start again, the above problem occurs regardless if you start by clicking on the 'Edit in Rich Text Editor' button or the content item's text.
(Problem does not occur in Firefox)
(issue imported from #M8163)
Updated by Stanislas Rolland over 16 years ago
Are you sure that the issue depends on the fact that the content element contains an html table? Was the html table created using the RTE? If not, please upload the html text that would allow to reproduce the issue. I am currently unable to reproduce this issue with TYPO3 4.2 RC2.
Updated by Guy Newell over 16 years ago
I created the table using RTE and am using TYPO3 4.2 RC2.
Updated by Stanislas Rolland over 16 years ago
I think you would get the first error even if there is no table in the content element. Please confirm.
Updated by Guy Newell over 16 years ago
Hi Stanislas,
You are quite right, the problem also occurs with a new page when you try to add your first content element (Regular Text Element).
Best Regards ... Guy.
Updated by Thomas Allmer about 16 years ago
I also have this effect:
TYPO3 - 4.2.2; no Templavoila; Firefox 3.0.3
ONLY when klick on "EDIT ON RICH TEXT EDITOR"
htmlarea doesn't load and tinymce_rte won't allow to "save" only "save+close" works...
came up with this because of an bug report on tinymce_rte
http://forge.typo3.org/issues/show/1824
this also includes a "fix" for that (just a few missing includes)
Updated by Chris topher over 14 years ago
Resolved, not reproducable.
I cannot reproduce this error with 4.3.3 and current trunk.
A Google search also showed no other complaints about this error.
Since Andreas could solve this in http://forge.typo3.org/issues/show/1824 using the patch from #19423, this might even be a duplicate of #19423.