Actions
Bug #20083
closedWrong content in pagetree frame after page creation in Opera
Start date:
2009-02-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- In page tree click on a page and select new
- create New page
- save & close
- right frame displays "New record wizard" (OK)
- middle frame (page tree) also displays "New record wizard" (wrong!)
User has to reload backend to bring tree back.
See screenshot.
Tested with Opera 9.63 (Linux) against trunk.
(issue imported from #M10528)
Files
Updated by Jeff Segars over 15 years ago
Added preliminary patch that sets the entire window.location instead of just the querystring portion. From what I can see, Opera gets confused when only .search is set and tries to use the pathname that currently has focus.
Updated by Jeff Segars over 15 years ago
Oh yeah, tested in Opera 9.63, FF 3, and Safari 4.
Updated by Steffen Gebert over 15 years ago
Tested with Opera 9.63, Opera 10, FF3, IE6, IE7
Great, works! THANKS Jeff!
Updated by Jeff Segars over 15 years ago
Committed to trunk (r5110) and 4.2 (r5111).
Actions