Bug #14613
closedInlineCSS won't work with FireFox 1.0.1
0%
Description
The "Text:"-dropdown box for InlineCSS style selection remains empty when used with FireFox 1.0.1. This applies to rtehtmlarea 0.4.57
(issue imported from #M891)
Updated by Stanislas Rolland over 19 years ago
Please describe your Page TSConfig contents. I cannot reproduce this problem.
Do you have the same problem in IE?
edited on: 16.03.05 19:57
Updated by Matthias Nagl over 19 years ago
RTE.default.enableWordClean = 1
RTE.default.contentCSS = fileadmin/template/main/style.css
RTE.default.hideButtons = blockstylelabel, blockstyle, fontstyle, fontsize
RTE. default.proc.denyTags = font
RTE.config.tt_content.bodytext.proc.entryHTMLparser_db.removeTags = font
RTE.default.classesCharacter = vielkleiner, kleiner, groesser, vielgroesser
This is the Page TSConfig. I am using Firefox with Gentoo Linux so I had no chance to test it with IE until now. I will reboot later.
Updated by Stanislas Rolland over 19 years ago
The url of the css file is calculated as
t3lib_div::getIndpEnv('TYPO3_SITE_URL') . 'fileadmin/template/main/style.css'
For some reason, in your environment, this url is not valid or does not lead to a valid css file.
Look at the source html of the displayed editor iframe and search the url assigned to RTEarea1["pageStyle"]. Is the url correct?
Updated by Matthias Nagl over 19 years ago
Editor-Frame:
[...]
RTEarea1["pageStyle"] =
"http://cms.physik.uni-marburg.de/fileadmin/template/main/style.css";
[...]
This URL is alright. (strangely the DynamicCSS plugin works without problems)
P.S. It works in IE 6.0 (WinXP SP2)
edited on: 16.03.05 23:56
Updated by Stanislas Rolland over 19 years ago
Try to set
RTE.default.showTagFreeClasses = 1
in Page TSConfig.