[TYPO3-english] IE 8 and htmlarea RTE problem.

Braulio J. Solano-Rojas braulio at solsoft.biz
Fri Aug 6 19:33:58 CEST 2010


El 29/07/2010 02:50 a.m., Steffen Gebert escribió:
> 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.

Yes, those two files do not end with match[1].  I have the exact same 
code as you have.

Anyway I deleted all the files in typo3temp/rtehtmlarea (I should have 
checked those files before deleting them though) and files in 
typo3temp/compressor.  RTE is working now.

Thanks!

Best regards,

B.


More information about the TYPO3-english mailing list