Project

General

Profile

Actions

Bug #42568

closed

htmlArea RTE exitHTMLparser_db wont work in page table

Added by Arek van Schaijk about 12 years ago. Updated about 12 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2012-10-31
Due date:
% Done:

0%

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

Description

I have extended the `pages` table with a htmlArea RTE.

I run into the problem that the B and I tags are not remapped to strong and em. I use the following Page TS Config on rootlevel:

RTE.default.proc.exitHTMLparser_db = 1
RTE.default.proc.exitHTMLparser_db.tags.b.remap = strong
RTE.default.proc.exitHTMLparser_db.tags.i.remap = em

In others tables like `tt_content` or custom extensions it works great.. So it might be some kind of a bug..

The other configurations I use works for all tables:
RTE.default.ignoreMainStyleOverride = 0
RTE.default.contentCSS = fileadmin/templates/RTE/stylesheet.css
RTE.default.showButtons = blockstylelabel, blockstyle, formatblock, textstylelabel, textstyle, bold, talic, table, tableproperties, findreplace, orderedlist, unorderedlist, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columnproperties, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge, link, unlink, outdent, indent, insertcharacter, code, undo, redo, subscript, superscript, italic, textindicator, about, chMode, removeformat, pastetoggle
RTE.default.buttons.pastetoggle.setActiveOnRteOpen = 1
#RTE.default.buttons.pastetoggle.hidden = 1

Actions

Also available in: Atom PDF