Bug #17101
closedRTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
0%
Description
The RTE does appear, but in an unexpected, not usable way. See screenshot here:
http://www.maniola.de/irre.gif
That appears in IE6 and Firefox 2
Seems that there are problems with two RTEs (in parent and child?!)
This bug doesn't concern standard content elements of tt_content - they work as expected.
System:
Typo3 4.1 final on winstaller
RTEhtmlarea 1.5.1dev on system install
There is no other RTE. There is no Javascript-Error.
see former discussion at http://lists.typo3.org/pipermail/typo3-project-irre/2007-March/000050.html
(issue imported from #M5177)
Files
Updated by Oliver Hader over 17 years ago
I attached a first patch (alpha). The problem is base on event listeners in Gecko browsers. Additionally it was obviously forgotten to apply a patch from the typo3xdev playground to the core (see http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6604).
I'm still working on it. But you can test the patch already.
Please make sure to disable compressed files for RTEhtmlarea via Extension Manager and to delete the temporary files in typo3temp matching "rtehtmlarea_*.js".
Updated by Oliver Hader over 17 years ago
- Enable multiple RTEs in nested tabs and IRRE levels in Gecko browsers
- Additional checks for the unload event in Gecko browsers (speeds up closing a document containing more RTEs)
- Corrected positioning/width of RTEs in nested IRRE levels
- Fixes a wrong behaviour if only one "tab" is available, which isn't really used as tab (TCEforms)
Updated by Oliver Hader over 17 years ago
Committed to SVN Trunk (as in 0005177_v12_trunk.patch).
If nobody experiences negative side-effects in Trunk, this will be committed to TYPO3_4-1 as well in about one month (for TYPO3 4.1.2).
(see http://lists.netfielders.de/pipermail/typo3-team-core/2007-March/007800.html )
Updated by Nico Thomaier over 17 years ago
Quite Off Topic: I would love to test the patch. But how do I apply the patch. I took a peek at the man of the patch but i could not get the idea.
Updated by Oliver Hader over 17 years ago
Committed to TYPO3_4-1.
This will be integrated in the next release - TYPO3 4.1.2.
Updated by Chris topher over 10 years ago
- Target version deleted (
0) - Is Regression set to No