Bug #17997
closedbackend.php top menu broken in Safari 3 when in localhost
0%
Description
(i passed to Safari 3.0.4 a few days ago, that's why i'm finding all these bugs)
the top menu in backend.php has really strange problems with latest trunk/safari?
see attached screenshot: it appears when i click on the search icon (and with clear cache and the new shortcut menu) : the screen does shift 5 pages to the right!
the problem is that it happens only when using localhost
http://localhost/site/typo3/backend.php
if i use:
http://127.0.0.1/site/typo3/backend.php
it works well
i found a similar problem with IRRE this afternoon, but it was corrected clearing Safari's cache (as oliver suggested.. he changed the js/ajax library yesterday). anyway here this trick doesn't work....
uhmmm
(issue imported from #M7162)
Files
Updated by Stefano Cecere almost 17 years ago
found another error: bot safari AND firefox, using both 127.0.0.1 and localhost give the errror, when adding a new shortcut, as screenshot Picture 3.png
Updated by Stefano Cecere almost 17 years ago
uhm.. the problem still exists ever after trunk 2921 (ie: with patch to bug 0007178 applied)
Updated by Oliver Hader almost 17 years ago
Okay, I can reproduce the behaviour with clicking on the "Shortcuts" icon, "Clear cache" icon or the "Search" icon in the top bar which seems to be a CSS issue.
But I could not reproduce the error popup with "ShortcutMenu::render".
Updated by Oliver Hader almost 17 years ago
Hm, after clearing cache, this seems to be working now in my Safari browser. Strange...
Updated by Stefano Cecere almost 17 years ago
yes, the ShortcutMenu::render has disappeared.
anyway i see that sometime the scroll problem is fixed.. but i reload the page, and it comes back..
uhmm.
Updated by Stefano Cecere almost 17 years ago
found this clue:
when i load the backend.php , usually the top menus are broken..
BUT if i resize the Safari window.. everything gets corrected (the navtree frame, the top menues..)
so it seems that Safari doesn't automatically get the correct window size?
Updated by Chris topher over 14 years ago
Is automatically getting the correct window size still a problem in Safari, Stefano?
I don't think so...
Updated by Chris topher over 14 years ago
Should have been fixed with #22479 at least.