Project

General

Profile

Actions

Bug #15568

closed

Got HTML-Tags when change font-Style or font-size

Added by J¶rg Cordes almost 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-02-05
Due date:
% Done:

0%

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

Description

Everytime when I insert any text in the htmlarea rte and change the font-size and font-style in a new textcontent without giving first a <CR> and delete it again I'll get a line wit my Text included from the html tags for fontstyle and size after i saved the contentelement.

just install tt_htmlarearte >1.0.1 and work wit it.

I think its because since version 1.1.0 the text will no longer be included by the <p>-Tag automaticaly
(issue imported from #M2484)

Actions #1

Updated by Stanislas Rolland almost 19 years ago

Please add the two following lines at the end of your Page TSConfig:

RTE.default.proc.allowTags = a, abbr, acronym, address, blockquote, b, br, caption, cite, code, div, em, font, h1, h2, h3, h4, h5, h6, hr, i, img, li, link, ol, p, pre, q, sdfield, span, strong, sub, sup, table, thead, tbody, tfoot, td, th, tr, tt, ul

RTE.default.proc.entryHTMLparser_db.allowTags < RTE.default.proc.allowTags

Please confirm that this corrects the problem you are experiencing.

Actions #2

Updated by J¶rg Cordes almost 19 years ago

Thank you that insertation works but is there any psooibility to set these lines generaly? I have to edit many Contentelements ant i didn't mention it yet to give the defaultsettings another value so I have to change nearly 120 Pages in RTE.
Another problem is that sone authors should edit the commig content and I think tit is not a very good idea to let them edit the TSConfig of every page.
I Tried to enter the two Lines at the users-TSConfig and as Template constants but nothing works.
Sorry Iam a newbee at Typo3 and I hope my questions are not too stupid.
thx
joerg

Actions #3

Updated by Stanislas Rolland almost 19 years ago

This will be fixed in the next version. In the mean time, add the two lines in the Page TSConfig of your root page (not on each page!!).

Actions #4

Updated by Stanislas Rolland almost 19 years ago

Fixed in version 1.1.6 on TER and in TYPO3core CVS, branch TYPO3_4-0.

Actions

Also available in: Atom PDF