[TYPO3-core] RFC: Bug 5266 RTEhtmlarea is not loading in new Firefox 2.0.0.3
Michael Stucki
michael at typo3.org
Mon Mar 26 12:20:10 CEST 2007
Hi Patrick,
attached is the same version but backported to TYPO3_4-0.
EDIT: Can't send the file, obviously the file is too big. I have now
uploaded the file to the bugtracker instead:
http://bugs.typo3.org/view.php?id=5266
- michael
Michael Stucki wrote:
> Hi Patrick,
>
>> Problem:
>> Since the new version of Firefox 2.0.0.3 RTEhtmlarea stops loading.
>>
>> Solution:
>> RTEhtmlarea was checking if MacOS Wamcom version 1.3 was the user agent
>> with a indexOf("1.3"). The revision number of Firefox also has 1.3 in
>> it, because of revision number 1.8.1.3. This is now checked if version
>> number has not indexOf(".1.3").
>>
>> See the patch
>
> The change is fine, but there is a typo in the compressed script version:
>
> ...&& HTMLArea.agt.indexOf(".1.3") == -1);;HTMLAre...
>
> - You didn't remove the whitespaces (no problem, but still...)
> - You added two ";;" after the modified codeline. Could this be the reason
> why some people still have problems with the patch?
>
> Anyway, +1 for the change but please use my fixed version (attached).
>
> Please commit asap.
>
> - michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
More information about the TYPO3-team-core
mailing list