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

Steffen Kamper steffen at sk-typo3.de
Sat Feb 2 11:32:27 CET 2008


"Dmitry Dulepov [typo3]" <dmitry at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1201947620.30360.typo3-team-core at lists.netfielders.de...
> Hi!
>
> This is SVN patch request.
>
> Branches: trunk
>
> Problem: new backend has a problem on all above mentioned browsers: 
> content iframe is far below the menu (see be-in-ff-on-macos.gif). Safari 
> and OmniWeb (=anything-based on Apple WebKit) does not resize backend 
> correctly. It appears that TYPO3 resize manager is called when BE is not 
> fully loaded and it receives wrong height of toolbar (something close to 
> 171 instead of 25). See webkit-resize-bug.jpg)
>
> Solution: the attached patch fixes both problems. Content frame width is 
> set to 99.9% instead of 100%, which helps. Safari must attach resize 
> handler only after document is read (=all CSSes are processed), I added 
> handler to call resize handler when document is fully loaded. So resizing 
> works correctly and without flickering.
>
> -- 
> Dmitry Dulepov
> TYPO3 core team
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
> "Nothing is impossible. There are only limits to our knowledge"

+1 for this patch.
btw - ExtJS is good resource to look at as it has excellent code and works 
great with all browsers.

vg  Steffen 




More information about the TYPO3-team-core mailing list