Project

General

Profile

Actions

Bug #14954

closed

rtehtmlarea not loading in IE6 with uncomplete li tag

Added by Pierre Rossel about 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-08-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

bug LI source.htm (25.7 KB) bug LI source.htm Administrator Admin, 2005-08-31 14:50
TSConfigRTE.pdf (28.3 KB) TSConfigRTE.pdf Administrator Admin, 2005-09-04 00:44
bug LI content record.txt (5.05 KB) bug LI content record.txt Administrator Admin, 2005-09-26 10:55
Actions #1

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>

Actions #2

Updated by Pierre Rossel about 19 years ago

I forgot to mention the rtehtmlarea version: 0.7.0

Actions #3

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.

Actions #4

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.

Actions #5

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.

Actions #6

Updated by Pierre Rossel about 19 years ago

Please see attached TSConfigRTE.pdf file

Actions #7

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...

Actions #8

Updated by Stanislas Rolland about 19 years ago

Could you report what is stored in the database?

Actions #9

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".

Actions #10

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.

Actions #11

Updated by Stanislas Rolland about 19 years ago

Corrected in version 0.7.2

Actions

Also available in: Atom PDF