[TYPO3-core] RFC: Bug #10528: Wrong content in pagetree frame after page creation in Opera
Jeff Segars
jsegars at alumni.rice.edu
Fri Feb 27 22:59:02 CET 2009
Hey guys,
This is a SVN patch request.
Type: Bugfix
Bugtracker reference: http://bugs.typo3.org/view.php?id=10528
Branches: Trunk, 4.2
Problem:
When editing in Opera, actions that trigger a refresh of the pagetree
result in an incorrect page loading in the pagetree's frame. For
example, creating a new page results in db_new.php being loaded instead
of the normal navframe.
It appears this is caused by Tree.refresh() inside typo3/js/tree.js only
changing the window.location.search (ie. the query string) and not the
entire window.location. Works fine in other browsers but when only this
one portion is changed, Opera gets confused.
Solution:
Set the entire window.location instead of just window.location.search.
Notes:
Thanks to Steffen Gebert for reporting this issue and helping with
debugging as part of the February 2009 Bugday!
Thanks,
Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 10258.diff
Type: application/pgp-keys
Size: 684 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090227/516a9214/attachment.key
More information about the TYPO3-team-core
mailing list