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

Dmitry Dulepov [typo3] dmitry at typo3.org
Sat Feb 2 11:20:18 CET 2008


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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: be-in-ff-on-mac.jpg
Type: image/jpeg
Size: 77031 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080202/67c85370/attachment-0002.jpg 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: webkit-resize-bug.jpg
Type: image/jpeg
Size: 70186 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080202/67c85370/attachment-0003.jpg 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: be-gui-fixes-7352.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080202/67c85370/attachment-0001.txt 


More information about the TYPO3-team-core mailing list