| It's not a bug, it's a missing feature. | bugs.TYPO3.org | |
| Anonymous | Login | Signup for a new account | 09.02.10 13:10 CET |
| Main | My View | View Issues | Change Log | Roadmap | Summary | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0005266 | [tx_rtehtmlarea] | block | always | 21.03.07 08:18 | 27.06.08 10:49 | ||
| Reporter | Stefano Cecere | View Status | public | ||||
| Assigned To | Patrick Broens | ||||||
| Priority | high | Resolution | fixed | ||||
| Status | closed | ||||||
| Summary | 0005266: htmlarea doesn't load with new Firefox 2.0.0.3 | ||||||
| Description |
with v1.5dev (shipped with typo3 4.1) going back to FF 2.0.0.2 works well |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Has patch | |||||||
| Patch is reviewed | |||||||
| Attached Files |
|
||||||
|
|
|||||||
|
Users sponsoring this issue |
|
| Sponsors List |
Total Sponsorship = EUR 80 26.03.07 19:47: Jonas D?bi (EUR 30) 27.03.07 15:07: move-elevator GmbH (Florian Wentzel) (EUR 50) |
|
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Notes |
|
|
(0013193) David Zschille (reporter) 21.03.07 11:59 |
I checked this on three computers. All running WinXP SP2. On ervery i updated FF and FF-Portable in german and english to the current version 2.0.0.3. In every case htmlarea was not loading anymore on Typo3 4.0.5 with htmlarea 1.4.3. |
|
(0013195) Christian Brunner (reporter) 21.03.07 12:39 |
Same for me: Vista Business Typo3 4.1 FF 2.0.0.3 |
|
(0013196) Michael Stucki (administrator) 21.03.07 13:16 |
Well, obviously it's not a TYPO3 issue since it worked with older versions of Firefox. You can help us by reporting the problem to the Mozilla Devs. |
|
(0013198) Jonas D?bi (reporter) 21.03.07 13:53 |
We'll have to find a workaround because all users working with firefox 2 will be updated automatically. |
|
(0013201) Christian Hernmarck (reporter) 21.03.07 14:06 |
https://bugzilla.mozilla.org/show_bug.cgi?id=374738 [^] It appeared with FF 2.0.0.3 - but it still may be a bug in HTMLArea... /Chris |
|
(0013207) Alexander Grein (reporter) 21.03.07 15:23 |
I have the same Problem on MAC and PC. After updating from 2.0.0.2 to 2.0.0.3 the HTMLArea do not work anymore. I got this error javascript-error: "editor has no properties" In the generated rtehtmlarea_.....js file i found this definition: var editor=RTEarea[editorNumber]["editor"]; Maybe this help's someone. |
|
(0013211) Stefano Cecere (reporter) 21.03.07 20:04 |
how i'd like to switch to TinyMCE as default RTE.... i made some experiments.. anybody using it in production? |
|
(0013215) Martijn (reporter) 21.03.07 21:00 |
This is https://bugzilla.mozilla.org/show_bug.cgi?id=374738 [^] in Mozilla's bug tracker. If someone could make a minimal (or even unminimized, but at least one that is portable) testcase, that would be great. |
|
(0013224) Axel Klarmann (reporter) 22.03.07 09:04 |
Found a workaround with the add-on User-agent switching: The only change one need is to replace the 1.3 in the version string, with e.g. 1.2 Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 will be Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.2) Gecko/20070309 Firefox/2.0.0.3 That goes in conjuntion with an line: HTMLArea.is_wamcom = (HTMLArea.agt.indexOf("wamcom") != -1) || (HTMLArea.is_gecko && (HTMLArea.agt.indexOf("1.3") != -1)); in htmlarea.js on line 85 maybe that is the point where one has to start to change things |
|
(0013226) Stefan Precht (reporter) 22.03.07 09:52 |
I'm working on a TYPO3 4.0.4 installation with an htmlarea V1.4.3 using FireFox 2.0.0.3 and of course i have the same problem. Reported below. Maybe this is helpfull for somebody to find an solution to fix it!? enableCompressedScripts is set to 0 If I empty all cashes and delete the editors js files in typo3temp too, the editor loads exactly one time. Due to this there occurs an JavaScript Error "this._undoQueue has no properties" in file htmlarea.js, function "HTMLArea.prototype._undoTakeSnapshot = function() ", line this._undoQueue[this._undoPos] = { text: txt, time: curTime }; If I load the editor a second time it hang up while loading. Due to this there occured an other JS error. "editor has no properties" File: htmlarea.js Function: HTMLArea.generatePlugins = function(editorNumber) Line 1066: var editor = RTEarea[editorNumber]["editor"]; |
|
(0013230) Patrick Broens (developer) 22.03.07 10:36 |
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 Comments: Thanks to Axel Klarmann for pointing in the right direction. When testing delete all rtehtmlarea related files in typo3temp directory. |
|
(0013231) Patrick Broens (developer) 22.03.07 10:40 |
Changing the status to resolved. |
|
(0013249) Michael Stucki (administrator) 22.03.07 16:00 |
Reopening this bug, see user comment in bug 0005279. @Patrick: Next time please do not close bugs unless they have been successfully committed to SVN. Otherwise it's not possible for users to give feedback... |
|
(0013250) Axel Jindra (reporter) 22.03.07 16:02 edited on: 22.03.07 16:42 |
I have patched both js files without an error and the editor still won't load in FF 2.0.0.3 on Mac OS X edit: I just tested the patch with FF 2.0.0.3 on Windows Vista and it doesn't work there either. edit2: OK, blame on me, I did not delete the rtehtmlarea_* files in typo3temp, but due to the fact it said "When testing..." and I wasn't testing, I was serious ;-) Now RTE works again. |
|
(0013251) Ruben Theerkorn (reporter) 22.03.07 16:06 edited on: 22.03.07 16:17 |
i patched too, and it won't work - thought i was the only one ;) (Same System as Axel Jindra) |
|
(0013253) Staffan Ericsson (reporter) 22.03.07 16:12 |
When is the ter version updated? So all without shell access can update there rtehtmlarea? |
|
(0013254) Sascha Egerer (reporter) 22.03.07 16:18 |
i still have a problem after this patch, too. Now there is an javascript error on line 954 in the htmlarea.js file /** * Access an inline relational element and make it "accesible". * If a parent object has the style "display: none", offsetWidth & offsetHeight are '0'. * * @params object callbackFunc: A function to be called, when the embedded objects are "accessible". * @return object An object returned by the callbackFunc. * @author Oliver Hader <oh@inpublica.de> */ HTMLArea.prototype.accessParentElements = function(parentElements, callbackFunc) { var result = {}; if (parentElements.length) { var currentElement = parentElements.pop(); var elementStyle = document.getElementById(currentElement).style; In the last line i get the error The Error message is: document.getElementById(currentElement) hast no properties |
|
(0013255) Patrick Broens (developer) 22.03.07 16:27 |
For the people where the patch didn't work: Did you delete all rtehtmlarea related files in the typo3temp/ folder and clear the browser cache? |
|
(0013256) Ruben Theerkorn (reporter) 22.03.07 16:28 |
Yep, I deleted the whole temp folder to be on the safe side. |
|
(0013257) Sascha Egerer (reporter) 22.03.07 16:31 |
The RTE works in the Fullscreen Version but not inside of a content element |
|
(0013258) Bruno (reporter) 22.03.07 16:33 |
Don't forget after patching to clean your typo3temp directory manually. Also clear your Browser Cache! After that Restart your Browser and log in! It should work fine! TYPO3 4.1 on Windows and MAC FF |
|
(0013259) Patrick Broens (developer) 22.03.07 16:33 |
In addition to bugreport 5279: ---------------------------------------------------- the patch for issue 5266 is incomplete. the patch tries to exclude following browser identifier [code] Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 [/code] with this line [code] HTMLArea.is_wamcom = (HTMLArea.agt.indexOf("wamcom") != -1) || (HTMLArea.is_gecko && HTMLArea.agt.indexOf("1.3") != -1 && HTMLArea.agt.indexOf(".1.3") == -1); [/code] this condition will still won't exclude future firefox versions, example: [code] Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20070309 Firefox/2.0.0.3 [/code] so the same bug will reappear in about half a year. ---------------------------------------------------------------------- This is not the case. This line is excluding FF to be HTMLArea.is_wamcom. The old line made FF seen as wamcom browser version 1.3 because it was looking for the string part "1.3", but it is excluding FF now with the ".1.3" (look at the dot). This patch keeps working when FF version is 1.9.1.3 |
|
(0013264) Oliver Hader (administrator) 22.03.07 19:27 |
Concerning the "HTMLArea.prototype.accessParentElements" note (0013254): In fact this is a bug that should be solved by another patch (mostly conerning IRRE), see bug-id 0005177. The RFC has been sent to the Core-List one week ago - currently waiting for approval. |
|
(0013266) alexander onea (reporter) 22.03.07 21:02 |
in reply to note 13195: you're right that your patch will work with my counter-example on bug 0005279, but you're wrong assuming that your patch is correct. check this out: [code] var str = "Mozilla/5.0 [...]; rv:1.3.0) Gecko[...]Firefox/2.0.0.3".toLowerCase(); var condition = str.indexOf("1.3") != -1 && str.indexOf(".1.3") == -1; alert(condition); [/code] ... and no, adding another condition like "str.indexOf("1.3.") == -1" to the list of identifiers would still not be the proper solution since it only solves the symptom and not the problem itself - that you shouldn't determine "is_wamcom" by checking for parts of version numbers. |
|
(0013272) Patrick Broens (developer) 23.03.07 09:58 |
in reply to note 13266: The string "Mozilla/5.0 [...]; rv:1.3.0) Gecko[...]Firefox/2.0.0.3" is a browser based on the WamCom release of mozilla. We are not checking the version number, but the revision number. Mozilla never released revision number 1.3.0 and 1.3.1. These numbers were for the WamCom project which ended somewhere in 2004. Revision number 1.3.0 is a release from the beginning of 2003, 1.3.1 of september the same year. This project came to an end in 2004. I don't expect Mozilla ever to release revision 1.3, 1.3.0 or 1.3.1 or whatever in this range, when they are already on revision 1.8.1.3. It's the same as M&^%* releasing a new operating system in 2008 and call it Windows 94. I hope this clears things regarding the WamCom releases and the check on it. |
|
(0013275) Christian Hernmarck (reporter) 23.03.07 10:09 |
Wouldn't it be easier to check indexOf("rv:1.3.") instead of indexOf("1.3") AND indexOf(".1.3") ? /ch |
|
(0013276) Patrick Broens (developer) 23.03.07 10:16 |
in reply to note 13275: No, sometimes a space is used between rv: and the number, sometimes it's not. And putting a dot at the end will still not see revision 1.3 as WamCom, which is. |
|
(0013282) Jason Lefkowitz (reporter) 23.03.07 15:52 |
Re: 0013255 -- I patched the file, deleted all the contents of the typo3temp/ directory, cleared my browser cache, restarted the browser & logged in again. HTMLArea still does not load. Firefox 2.0.0.3 on Windows XP Pro. |
|
(0013283) Jason Lefkowitz (reporter) 23.03.07 16:09 |
Wait - I take it back. It now appears to work. Sorry about that! |
|
(0013285) Jason Lefkowitz (reporter) 23.03.07 17:09 |
Gack. Now it doesn't work again. Weird... |
|
(0013286) Oliver Hader (administrator) 23.03.07 17:19 |
@Jason: Do you get any JavaScript errors? |
|
(0013289) Jason Lefkowitz (reporter) 23.03.07 18:44 edited on: 23.03.07 18:47 |
I did. Based on those I think I've figured out the issue. It looks like the patch successfully updated the standard htmlarea.js, but it failed to patch the compressed version. When I was getting the regular one it worked fine; when I was getting the compressed one it wasn't. I disabled the compressed version in the config file and now it seems to be stable -- at least on the site whose localconf.php I updated. Of course I now have a bunch of other sites to fix, but that appears to be a different error -- it's throwing an "editor has no properties" error when it tries to load the RTE, for some reason... UPDATE: clearing out all the rtehtmlarea* files in the typo3temp/ directory of the affected sites appears to resolve that latter problem. |
|
(0013291) Marc V?ron (reporter) 24.03.07 08:41 |
I used patch.exe from GNU utilities for Win32 (http://unxutils.sourceforge.net/) [^] to apply the diff file. It has patched htmlarea.js, but htmlarea-compressed.js has been rejected. As Jason, I disabled the compressed version (using the Extension Manager ). After deleting the rtehtmlarea* files in typo3temp/ the editor now works fine. |
|
(0013292) Christian Hernmarck (reporter) 24.03.07 08:51 |
I also noticed that the patch has a problem with the compressed version - i patched the compressed js file manually and this worked. The compressed file is only a one liner... in the patch it seems that there are more than one line... So - we can make a patch for the "normla" file and also give the whole new compressed file as a replacement.... (to patch a one liner doesn't make sense...) Best would be an extension update!!! /ch |
|
(0013293) Christian Hernmarck (reporter) 24.03.07 08:57 |
reply to 0013276: As you wrote in 0013272 the check is only to detect this WamCom version. Are there also spaces between rv: and the version numer? you wrote "1.3.0 and 1.3.1" so I didn't know there is also an "1.3 "... When Firefox reaches rv:1.30.something we are running in another problem... or our grand childern.... :-) |
|
(0013299) Hans vom Schloß (reporter) 24.03.07 16:27 |
Th@nx a lot to all of you for solving this problem so fast! May someone can help the following little hint: Reading, trying and - for the first time - failing to patch i rember to look at my typo3conf-directory ... there was an another instance of rtehtmlarea. I learned: Always patch the working instance! ... but this was maybe a typical beginners problem ;-) |
|
(0013306) Christian Hernmarck (reporter) 25.03.07 18:02 |
Since I dont' know if someone is updating the current rtehtmlarea extensions I did it for version 1.4.3 -> 1.4.3a :-) See attached file... T3X_rtehtmlarea-1_4_3a-z-200703251756.t3x Changed: the two htmlarea(-compressed).js, Changelog and ext_emconf.php (version & md5). Maybe someone can put this on TER??? (I never did this ...) and create an update for 1.1.5 and 1.5... /Christian |
|
(0013309) Stefan Katzer (reporter) 26.03.07 10:37 |
after install the patch from 25.03.07 the bug ist still present. :-( |
|
(0013312) Christoph Bl?mer (reporter) 26.03.07 11:17 |
The patch: T3X_rtehtmlarea-1_4_3a-z-200703251756.t3x is working at my typo3 installation. Thanks. When will it be on TER and when ist there an update for the 1.5.1 dev Version And what is special about the 1.1.5 Version? It shows up as the newest Version in TER. |
|
(0013314) Karsten Dambekalns (developer) 26.03.07 11:52 |
I just uploaded a patch that removes the check for WaMCom completely (no updates on that project since 2003, abandoned since 2004). The T3X file is the patched version for easy testing. REMEMBER to clear typo3temp/* AND your browser cache! |
|
(0013315) Michael Stucki (administrator) 26.03.07 12:17 |
I replaced Patricks patch with a slightly fixed version (removed double ";;" in the compressed version). Additionally I have uploaded a patch for TYPO3 4.0.x |
|
(0013319) Marcel Alburg (reporter) 26.03.07 15:39 |
The extensions doens't work with typo3 4.1. Is there any patch for htmlarea 1.5-dev ? |
|
(0013320) Michael Stucki (administrator) 26.03.07 15:48 |
Oh well... For sure it does! The attached patch bug_5266.diff is for current SVN which should be equal to TYPO3 4.1. Please check the following: - There must be no copy in typo3conf/ext/ or typo3/ext/, otherwise the modification in typo3/sysext/ is void. - Remove typo3temp/*.js - Clear your browser cache. |
|
(0013322) Marcel Alburg (reporter) 26.03.07 20:09 |
With bug_5266.diff and typo 4.1 with rhtmlarea 1.5-dev it works. Thanks |
|
(0013323) Lars-Erik Forsberg (reporter) 26.03.07 21:18 |
I was able to successfully patch rtehemlarea v1.5dev on a TYPO3 4.1 install with "bug_5266.diff" supplied above. However I have been unable to successfully patch version 1.4.3 of the RTE on a TYPO3 instance using the 4.0.4 source. My understanding from http://bugs.typo3.org/view.php?id=4870 [^] is that both htmlarea-compressed.js and htmlarea.js need to be altered? When I attempt to apply the diff patch bug_5266_4-0.diff to "htmlarea-compressed.js" (version 1.4.3) I receive the following error: patching file htmlarea-compressed.js Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file htmlarea-compressed.js.rej patching file htmlarea.js |
|
(0013325) Christian Hernmarck (reporter) 26.03.07 23:17 |
reply to (0013323) Lars-Erik Forsberg: Same here. The no-wamcom-Patch semms to run through... I patched it manually - the difference is describd in the former notes... /ch |
|
(0013330) Robert Destigter (reporter) 27.03.07 09:23 |
I tried both .t3x files on a Firefox 2.0.0.3 and TYPO3 4.1 installation, but both fail. The Firefox error console reports: "each is not defined". Clicking the error redirects me to the line: "var plugin = eval(plugin);" IE, both 6 and 7 also fail (what else can you expect). |
|
(0013345) Oliver Hader (administrator) 27.03.07 15:31 |
In reply to note 0013330: Using a version of RTEhtmlarea that was not made for TYPO3 4.1 will throw errors. The "each" thing comes from the prototype JavaScript framework. This was fixed in TYPO3 4.1 (using RTEhtmlarea 1.5.1 as system extension). |
|
(0013346) Clemens Riccabona (reporter) 27.03.07 15:38 |
My Xperience: Typo3 3.8. Intalled T3X_rtehtmlarea-1_4_3-z-200703261132.t3x as provided above as sysext. Deleted all typo3temp files. Cleared all cache (and also my browsercache). Now the editor loads, but the Window for creating links shows blank content. :-( |
|
(0013347) Karsten Dambekalns (developer) 27.03.07 15:47 |
Regarding Note: 0013346 - the extension I uploaded is taken from 4.0.5, most probably it is simply incompatible to TYPO3 3.8. |
|
(0013348) Clemens Riccabona (reporter) 27.03.07 16:14 |
This may be right. But I can not update to typo3 4.1 immediately, because the system is a little bit more sophisticated set up, than 'normal' typo3 installations. About 500 BE users, in about 200 groups, with about 250 different 'sites'. As it is a 3.8, I'm also not able to tell the users, they should use IE, because most of them have already IE7, which breaks with typo3 3.8.0 AND: If it is not compatible with typo3 3.8.0, why isn't it set in ext_emconf.php???? |
|
(0013350) Axel Klarmann (reporter) 27.03.07 16:15 |
The problem concerning 3.8 is solved by using the patch only (the diff may not work, but i didn't test this). I just removed the line of the browser test containing the test for the wamcom browser. The extension seems to be incompatible 3.8; Updated the files manually and it works for all version i got; 3.8 - 4.0 |
|
(0013351) Christian Hernmarck (reporter) 27.03.07 16:27 |
@Clemens: my rte 1.4.3 *is* for Typo3 >= 4.0 (see below) but AFAIK the ExtManager in Typo3 3.8 doesn't care about that... So, we need a version 1.1.5a - which IMHO should run with Typo3 3.8 'constraints' => array( 'depends' => array( 'cms' => '', 'php' => '4.1.0-', 'typo3' => '4.0-', ), |
|
(0013352) Karsten Dambekalns (developer) 27.03.07 16:41 |
Regarding TYPO3 3.8: of course new fixed versions will be released for 3.8 as well. But: the version I attached to this bug is for testing purposes, and as such I just didn't care for 3.8 - which I don't run anymore. So stay cool. |
|
(0013353) Clemens Riccabona (reporter) 27.03.07 16:48 edited on: 27.03.07 16:51 |
Solved the problem for my customer as follows: Installed Version 1.3.8 from TER. Deleted the OR of the is_wamcom Variable. Worx now. :-) I know, it's QD but for me it's okay in this special case. |
|
(0013354) Christian Hernmarck (reporter) 27.03.07 17:03 |
Just uploaded a corrected version for rtehtmlarea 1.5.1dev -> 1.5.1a-dev for the ones with Typo3 v 4.1.0 Works for me - be sure to clean the browser cache and all typo3temp/htmlara... files /Christian |
|
(0013358) Nico Thomaier (reporter) 27.03.07 19:05 |
Here A working Patch description can be found (german only) http://www.net4media.de/neuigkeiten/typo3_news/index.html?expand=489&cHash=98121036fe [^] i will post the fixed js files next |
|
(0013364) Christian Lerrahn (reporter) 28.03.07 01:18 |
Guys, it is rather unhelpful if dozens of people posts patches here that don't really solve the problem. That the patch helps you, does not seem to mean that it will help everyone. Please do not write that your patch solves the problem if you haven't confirmed it properly. None of the patches I found here seemed to work for me (Firefox Linux 2.0.0.3). |
|
(0013366) Christian Hernmarck (reporter) 28.03.07 09:54 |
@Christian Lerrahn: You're almost right. The problem is "solved" (FF 2.0.0.3 and rtehtmlarea don't work together) - I don't know why there are that much patches - it's IMHO much better (and for some people the only way) to upload a new rte extension - the only problem is the cache of Typo3 - AFAIK there is know "Typo3 way" to delete the typo3temp/rtehtmlarea*.js - but this is important! BTW: I also use FF Linux 2.0.0.3 and my extensions (1.4.3a and 1.5.1a-dev) *are* working for me. |
|
(0013369) Christian Lerrahn (reporter) 28.03.07 10:26 |
Ok. I confirm that this works for me now, too. No clue why I could not get it to work before. |
|
(0013370) Clemens Riccabona (reporter) 28.03.07 10:38 edited on: 28.03.07 10:40 |
Just a question: Why is htmlarearte 1.5.1dev NOT in TER?? Probably this would be much easier to handle for most users. ;) @Post 0013364 and all others which may be confused: The only thing you have to get rid of is the Browserversion check 'is_wamcom' in connection with gecko browsers. This works I think for everyone in the described way ( -> patch both, htmlarea.js AND htmlarea_compressed.js -> delete all rtehtmlarea* files from typo3temp, -> clean your browsers cache and restart it!). The way, how to get rid of the faulty wamcom test may be different ... (Depends on the needs of each installation -> Version of t3, version of htmlarea....) |
|
(0013371) Oliver Hader (administrator) 28.03.07 11:06 edited on: 28.03.07 11:08 |
I uploaded the new extension versions for TYPO3 3.7 and TYPO3 3.8. Please do not use them for TYPO3 4.x releases!! End of this week there will be new patch-level releases of TYPO3 4.0 Core and TYPO3 4.1 Core which will include the fix on RTEhtmlarea. The RTEhtmlarea is since TYPO3 4.0 part of the Core and thus developed with the Core. T3X_rtehtmlarea-1_1_6-z--TYPO3-3_7.t3x (RTEhtmlarea 1.1.6 for TYPO3 3.7 only) T3X_rtehtmlarea-1_2_2-z--TYPO3-3_8.t3x (RTEhtmlarea 1.2.2 for TYPO3 3.8 only) TYPO3 3.7 & 3.8 users: Please test these extensions and tell, if there are any problems on your releases. These extension upgrades will be published on the TER tomorrow. |
|
(0013373) Morten Therkildsen (reporter) 28.03.07 12:22 |
Will there be a new version of TYPO3? - should be. It's not fair to patch a fresh install of TYPO3. |
|
(0013374) Oliver Hader (administrator) 28.03.07 12:26 |
Morten, as mentioned one post before yours: There will be new patch-level releases of TYPO3 4.0 and 4.1, which means: TYPO3 4.0.6 and TYPO3 4.1.1 as new releases. |
|
(0013383) Oliver Hader (administrator) 28.03.07 15:33 |
Fixed in SVN: Trunk, TYPO3-4_1, TYPO3-4_0 |
|
(0013422) Daniel Truninger (reporter) 29.03.07 13:35 |
1.5x Version for Typo3 4.1x and Firefox 2.03 works. Yes, now it has to be published on Typo3 TER asap … then we can close this bug, right? |
|
(0013423) Oliver Hader (administrator) 29.03.07 14:19 |
Okay, there were three new releases published to TER: * 1.1.6 (replacing 1.1.5) for the TYPO3 3.7 branch * 1.2.2 (replacing 1.2.1) for the TYPO3 3.8 branch * 1.4.4 (replacing 1.4.3) for the TYPO3 4.0 branch (including the features by Stanislav that are not in Core) Today or tomorrow there will be prerelease of 4.0.6 and 4.1.1. If nobody objects, the final patch-level releases will be published at the beginning of the next week. The versions that are part of the Core as system extensions were not uploaded to TER, these are: * 1.3.9 (replacing 1.3.8) only in TYPO3 4.0.6! Not in TER! * 1.5.2 (replacing 1.5.1) only in TYPO3 4.1.1! Not in TER! Just check http://typo3.org/download/packages/ [^] for new releases the next few days... |
|
(0013425) Oliver Hader (administrator) 29.03.07 14:33 |
Several patches for different TYPO3 branches were published in TER and SVN. New releases of the 4.0.x and 4.1.x branches will be available in the next few days. If you experience further problems concerning this issue and thus, only on Firefox 2.0.0.3, please make sure that you've installed the correct version of the extension, check if you're using a local extension or a system extension and finally clear the system cache. If the problem remains, please open a new bug-report and describe your problem in detail. Thanks to anyone who supported TYPO3 to solve this bug by testing, researching, coding and whatever! This bug is resolved and fixed! Best regards, Olly |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |