Actions
Bug #16814
closedUpgrading rtehtmlarea from 1.1.6 to 1.2.1 makes internal link not working
Start date:
2006-12-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I upgrade rtehtmlarea (Security Bulletin TYPO3-20061220-1) , but internal link doesn't works anymore
this is my configuration:
RTE.default {
enableWordClean = 1
showTagFreeClasses = 0
useCSS = 0
hidePStyleItems = address, pre
showButtons = *
hideTableOperationsInToolbar = 1
keepToggleBordersInToolbar = 1
disableSelectColor = 1
disableAlignmentFieldsetInTableOperations = 1
disableSpacingFieldsetInTableOperations = 1
disableColorFieldsetInTableOperations = 1
disableLayoutFieldsetInTableOperations = 1
disableBordersFieldsetInTableOperations = 1
removeComments = 1
- il tag font qui rompe il BOLD su IE!
removeTags = img, sdfield, blink, applet, basefont, center, dir, isindex, menu, s, strike, blockquote
classesCharacter =
toolbarOrder (
formatblock, space, textindicator, space, undo, redo, bar, copy, cut, paste, bar, bold, italic, underline, bar, unorderedlist, orderedlist, linebreak,
blockstylelabel, blockstyle, link, table, removeformat, insertcharacter, bar, about,
toggleborders, tableproperties, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, columninsertafter, celldelete, cellsplit, cellmerge,
)
proc >
proc {
dontConvBRtoParagraph = 1
allowTags = dl, dt, dd
denyTags = font, center
preserveTables = 1
entryHTMLparser_db >
exitHTMLparser_db = 1
exitHTMLparser_db {
allowTags (
table, tbody, thead, tfoot, tr, th, td, caption,
h1, h2, h3, h4, h5, h6, br,
ul, ol, li, dl, dd, dt, pre, p, div, span,
strong, em, b, i, u, link, q, cite, abbr, acronym,
)
xhtml_cleaning = 0
noAttrib = b, i, br, span, li, tr, strong, em
tags {
ul.overrideAttribs = class="rte_ul"
ol.overrideAttribs = class="rte_ol"
div.allowedAttribs = 0
table.fixAttrib.width.unset = 1
table.fixAttrib.class.removeIfEquals = htmlarea-showtableborders
th.fixAttrib.width.unset = 1
td.fixAttrib.width.unset = 1
tr.fixAttrib.width.unset = 1
h1.overrideAttribs = class="rte_header"
h2.overrideAttribs = class="rte_header"
h3.overrideAttribs = class="rte_header"
h4.overrideAttribs = class="rte_header"
h5.overrideAttribs = class="rte_header"
h6.overrideAttribs = class="rte_header"
p.allowedAttribs = class
p.fixAttrib.class.list = align_right, align_center
p.fixAttrib.removeIfFalse = blank
span.allowedAttribs = class
b.remap = strong
i.remap = em
}
}
}
}
RTE.default.FE.proc < RTE.default.proc
(issue imported from #M4708)
Files
Actions