Bug #14954
closedrtehtmlarea not loading in IE6 with uncomplete li tag
0%
Description
The editor is not loading after a save with this line inserted in source code mode:
<li>hello</li><li>world</li>
I have only been able to reproduce the problem with IE6.
Manually adding <ul></ul> around the list is a workaround. But the problem is also reproducible when copying some lists items from an already exsiting page (not html code, but real text in page) and pasting them in the editor in normal mode. And that is the real issue.
Configuration:
OS: WIndows XP Pro SP2
Browser: Internet Explorer 6.0.2900.2180 SP2
Compressed scripts: disabled
Troubleshooting log:
[HTMLArea::init]: All scripts successfully loaded.
[HTMLArea::generate]: Toolbar successfully created.
[HTMLArea::generate]: Editor iframe successfully created.
[HTMLArea::initIframe]: Editor iframe head successfully initialized.
[HTMLArea::initIframe]: Stylesheets successfully loaded.
Javascript error:
Ligne:963
Caractère:3
Code:0
Erreur:Erreur d'exécution inconnue
URL:http://localhost/projects/XYZ/wwwroot/typo3/alt_doc.php?returnUrl=%2Fprojects%2FXYZ%2Fwwwroot%2Ftypo3conf%2Fext%2Ftemplavoila%2Fmod1%2Findex.php%3Fid%3D31&edit[tt_content]197=edit
(issue imported from #M1425)
Files
Updated by Pierre Rossel about 19 years ago
There where some problems with html code in the report.
The code to insert in source mode sould read:
<li>hello</li><li>world</li>
The workaround is to insert ul tags around the li items:
<ul><li>...</li></ul>
Updated by Pierre Rossel about 19 years ago
I forgot to mention the rtehtmlarea version: 0.7.0
Updated by Stanislas Rolland about 19 years ago
I am not able to reproduce this problem, even in IE.
It seems that this specific version of IE finds the value of the textarea to be unacceptable.
Please report what proc options are being specified in Page TSConfig.
Updated by Pierre Rossel about 19 years ago
I can reproduce it on a root page without any template nor page TSConfig. Juste by creating and editing a pagecontent record in list mode.
Updated by Stanislas Rolland about 19 years ago
Use version 0.7.0 of rtehtmlarea.
Use Web->Info->Page TSConfig->RTE, to view the Page TSConfig.
If you cannot report what you have in RTE.default.proc and RTE.config.tt_content.bodytext.proc, I don't think I have any chance of reproducing this problem.
Updated by Pierre Rossel about 19 years ago
Please see attached TSConfigRTE.pdf file
Updated by Stanislas Rolland about 19 years ago
I have been unable to reproduce this problem with the reported Page TSConfig, Windows XP SP2, IE6 SP2, and TYPO3 3.7.0.
Running out of ideas...
Updated by Stanislas Rolland about 19 years ago
Could you report what is stored in the database?
Updated by Pierre Rossel about 19 years ago
I still don't know how to put readable html code in a Note, so, see attached file "bug LI content record.txt".
Updated by Stanislas Rolland about 19 years ago
I was finally able to reproduce this problem. It will be corrected in the next version in following manner:
If an unforgiving browser refuses to parse the content coming from the database, a popup window will inform the user that the HTML document is not well-formed and the editor will be started in textmode so that the user can edit the error in the HTML source.