[TYPO3-core] FYI: #12017: Wrong Inclusion in tceforms and tceforms_fe

Steffen Kamper info at sk-typo3.de
Sun Sep 20 21:01:28 CEST 2009


Hi,

the following patch was committed to trunk, rev 6021:

Wrong Inclusion in tceforms and tceforms_fe

1) In tceforms the file jsfunc.tbe_editor.js isn't included like the 
other ones. Reason was 0009494 which is resolved now. This inclusion 
leads to JS error in feedit context as the include isn't in header, it's 
in body of the document.
Solution: Use $this->loadJavascriptLib()

2) in tceforms_fe all headerData is included with 
$GLOBALS['TSFE']->additionalHeaderData. This also leads to render in 
body instead of header in feedit context.
Solution: use PageRenderer for inclusion

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12017.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090920/180a144c/attachment.txt 


More information about the TYPO3-team-core mailing list