[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 11:49:55 CEST 2007
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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_5266.diff
Type: text/x-diff
Size: 9200 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070326/bc2984d9/attachment.bin
More information about the TYPO3-team-core
mailing list