I may have found an odd issue today with Umbraco 4.8.1 (this is not an issue with earlier versions and not tested newer ones as of yet).
Steps to reproduce
- Open up Umbraco Administration System on Windows XP Use any Internet Explorer based browser - this is not an issue with Chrome, Firefox or Safari
- Log in to the administration system.
- Navigate to the content section.
- Click on content and create a new item of content and select a document type.
- Click Create.
At this point I would expect to be presented with the dashboard for the newly created item. But what actually happens is the create dialog disappears and you remain on the same intial dashboard and the tree does not update. If you click Reload Nodes on the tree then the new node is in there - you can click on it and then get the same new content dashboard.
This issue occurs on IE6, IE7 and IE8 when using the windows xp operating system. When I use Windows 7 this is not an issue and this appears to work fine.
I used fiddler to check the local traffic on both machines. On Windows 7 version I noticed a second call to create.aspx? which retuned a 200 and then a subsequent call to editContent.aspx etc - on Windows XP this second call happens but the subsequent editContent.aspx does never get called. It does seem to create the node but then fails to redirect or call the page subsequently.
Can anyone help? suggest what is going on? I tried looking on the forums and google without much help?
Please do not respond with tell your client not to use Windows XP. Please do not respond with you will have better luck on the umbraco forums - i've already posted there: http://our.umbraco.org/forum/using/ui-questions/36841-Create-Content-does-not-redirect-to-new-Content-Page-on-IE6-8-on-Windows-XP