[TYPO3-english] IE 8 and htmlarea RTE problem.
Steffen Gebert
steffen at steffen-gebert.de
Thu Jul 29 10:50:54 CEST 2010
Am 29.07.10 04:44, schrieb Braulio J. Solano-Rojas:
>>>
>>> Message: Expected ')'
>>> Line: 907
>>> Character: 490
>>> Code: 0
>>> URI:
>>> typo3temp/compressor/htmlarea_cumulative_63119521b2bad631bd95_compressed-169aa09a5878d75865b2adf15223c4d8.js.gzip
>
> tagName=(match[1]HTMLArea.TextStyle=HTMLArea.Plugin.extend({constructor:function(editor,pluginName){this.base(editor,pluginName);}
>
> Character 490 is the H from HTMLArea.TextStyle. I think that maybe a ;
> or a new line is missing after match[1]? I'm sure you'll know better.
>
> tagName=(match[1]HTMLArea.TextStyle=HTMLArea.Plugin.extend({
Yes, really looks like there's sth. missing. But I couldn't find a file
ending with match[1] - only two occurences are:
> ./htmlarea/plugins/BlockStyle/block-style.js: tagName = (match[1] && (match[1] != '*')) ? match[1].toLowerCase().trim() : "all";
> ./htmlarea/plugins/TextStyle/text-style.js: tagName = (match[1] && (match[1] != '*')) ? match[1].toLowerCase().trim() : "all";
Could you check those two files (in typo3/sysext/). Maybe unzipping was
faulty. If files don't end with match[1], please delete
typo3temp/compressor/* and see, if it's concatenated this way again.
Steffen
More information about the TYPO3-english
mailing list