Bug #20981
closedMarking Text with background-Color in RTE does not work in Firefox 3.5.2
0%
Description
Typo3 4.2.8, htmlArea RTE 1.7.11, in Firefox 3.5.2:
When I try to mark Text in the Editor with background-color, that has no effect. No change happens, neither in Backend, nor in frontend.
Astonishingly the feature works when I use an Firefox 3.0.11 or 3.0.13 Browser, but have to switch from wysiwyg-mode to text-mode and back before I can use it. If I fail to switch to text-mode and back, there is no effect on using the background-color button.
Unfortunately the trick with the switch in text-mode doesn´t work in Firefox 3.5.2
I tried the standard configurations of the htmlarea RTE Manual, none of them solved the problem.
The feature works in
- Opera 9.64
- Safari 4.0.3
- Firefox 3.0.11 and 3.0.13, but only when you changed from wysiwyg-mode to text-mode and back.
- Internet-Explorer 7 only when there are no <p> tags around the text (I don´t really care about IE, this browser is sometimes just annoying - so I list it only for the sake of completeness)
(issue imported from #M11857)
Updated by Stanislas Rolland about 15 years ago
I am unable to reproduce this issue with Firefox 3.5.3. Do you use
RTE.default.useCSS = 1
in Page TSConfig?
Updated by Stephan Dierlamm about 15 years ago
That´s it! I added RTE.default.useCSS = 1 to Page TSConfig an now it works!
Thanks a lot for your work and sorry for the trouble - I thought I used the standard configuration of the manual an had all necessary entries in the Page TSConfig.
Where in the manual can I find this entries?
Updated by Stanislas Rolland about 15 years ago
On this page: http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_manual/1.7.4/view/4/4/
However, color markup as been rewritten for TYPO3 4.3 and better HTML code will be generated in that version.