Project

General

Profile

Actions

Bug #14613

closed

InlineCSS won't work with FireFox 1.0.1

Added by Matthias Nagl over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-03-16
Due date:
% Done:

0%

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

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)

Actions #1

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

Actions #2

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.

Actions #3

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?

Actions #4

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

Actions #5

Updated by Stanislas Rolland over 19 years ago

Try to set

RTE.default.showTagFreeClasses = 1

in Page TSConfig.

Actions #6

Updated by Matthias Nagl over 19 years ago

That works. Thanks a lot!

Actions

Also available in: Atom PDF