Project

General

Profile

Actions

Bug #20009

closed

Inserting a table with a caption displays the caption tag as entities

Added by Sven Haertwig about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-02-12
Due date:
% Done:

0%

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

Description

When I insert a table via the function "insert table" and enter some text in the caption field, selecting a blockstyle on the right area, clicking on OK, the table is displayed in the RTE window, and below that table the value I've entered in the caption inputfield is displayed. When I save this tt_content record the caption tag with its value I've entered before is displayed as entities.

This is a listing of a table:

<table summary="bb"><caption>aa</caption><thead><tr><th scope="col"></th><th scope="col"></th><th scope="col"></th><th scope="col"></th></tr></thead><tbody><tr><td></td><td></td><td></td><td></td></tr></tbody></table>

Can somebody confirm this bevaviour?

found in TYPO3 Version 4.2.6, but also tested in 4.2.3 which bevaves like in 4.2.6.
Without borderstyle selected everything works fine..
(issue imported from #M10427)


Files

rtehtmlarea_table_bug.jpg (65.8 KB) rtehtmlarea_table_bug.jpg Administrator Admin, 2009-02-12 19:57
Actions #1

Updated by Stanislas Rolland about 15 years ago

I cannot reproduce this error with the default RTE.default.proc configuration.

You seem to have overridden at least part of this configuration.

Actions #2

Updated by Stanislas Rolland about 15 years ago

This is normal behaviour if caption is not found in the list RTE.default.proc.allowTags

Actions

Also available in: Atom PDF