[TYPO3-core] RFC: Bug #9497: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page

Oliver Hader oliver at typo3.org
Mon Oct 13 22:09:44 CEST 2008


This is a SVN patch request.

Problem:
The full text mode of RTEhtmlarea does not work anymore since RFC #8518
was committed to SVN.

Solution:
This problem can be devided in two sub-problems that are be fixed in one
patch here:
1) $GLOBALS['TBE_TEMPLATE']->loadJavascriptLib does not work correctly
in other "index" files like wizard_rte.php. But each of these files sets
up a instance of the "template" class in $GLOBALS['SOBE']->doc - thus,
that one has to be used instead to have the JavaScript files added
correctly to the HTML <head> tag
2) alt_doc.php sets a "TS = new typoScript()" with inline JavaScript -
in previous versions this "typoScript" in JavaScript was overridden by
jsfunc.tbe_editor.js. Now that TBE_EDITOR gets loaded in the HTML <head>
tag, it's the other way round. Thus, the order of loading TBE_EDITOR has
to be changed back to the old behaviour.

Comments:
Follow the relationships in the bug report below to get the related issues.
In the bugtracker some developers gave their +1 on testing already.
Attached are different patches for the 4.2 branch and Trunk.

References:
http://bugs.typo3.org/view.php?id=9497
http://bugs.typo3.org/view.php?id=8518 (issue introducing this bug)

Branches: TYPO3_4-2, Trunk


olly
-- 
Oliver Hader
TYPO3 Release Manager 4.3
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0009497_trunk.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081013/19a0c0e4/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0009497_4-2.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081013/19a0c0e4/attachment-0001.txt 


More information about the TYPO3-team-core mailing list