[TYPO3-core] RFC: bug #7352: New backend problems in FireFox, Safari, OmniWeb and Camino

Ingo Renner ingo at typo3.org
Sat Feb 2 15:09:52 CET 2008


committed to trunk

fixed by only switching from

Event.observe(document, 'dom:loaded', this.resizeBackend);

to

Event.observe(window, 'load', this.resizeBackend);

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2


More information about the TYPO3-team-core mailing list