Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8992653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:00:28+00:00 2026-06-15T23:00:28+00:00

I may have found an odd issue today with Umbraco 4.8.1 (this is not

  • 0

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

  1. Open up Umbraco Administration System on Windows XP Use any Internet
    Explorer based browser – this is not an issue with Chrome, Firefox
    or Safari
  2. Log in to the administration system.
  3. Navigate to the content section.
  4. Click on content and create a new item of content and select a document type.
  5. 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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:00:29+00:00Added an answer on June 15, 2026 at 11:00 pm

    After some investigation I found the reason what was causing this. Umbraco uses a javascript file UmbracoClientManager.js and a function on it called contentFrame – to redirect the main dashboard frame.

    In 4.7.1 and previous versions no setTimeout closure was added around the redirect:

    Line 133 umbraco_client\Application\UmbracoClientManager (version 4.8.1+)

    var self = this;
    window.setTimeout(function(){
      if (typeof self.mainWindow().right != "undefined") {
        self.mainWindow().right.location.href = strLocation;
      }
      else {
        self.mainWindow().location.href = strLocation; //set the current windows location  
              if the right frame doesn't exist int he current context
      }
    },200);
    

    Line 133 umbraco_client\Application\UmbracoClientManager (version 4.7.1) – the same code above is actually

    if (typeof this.mainWindow().right != "undefined") {
     this.mainWindow().right.location.href = strLocation;
      }
    else {
      this.mainWindow().location.href = strLocation; //set the current windows location if the right frame doesn't exist int he current context
    }
    

    Thus if the dashboard page you are redirecting to takes longer than 200ms then it will not show and the javascript function will timeout in versions 4.8.1 or higher

    So best thing is to do if you have dashboards which take longer than 200ms – is to up this to a suitable value.

    This I documented here: http://issues.umbraco.org/issue/U4-1311

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello this is may first question and I have found so far the following
I have an odd bug where my code returns a file not found exception
Been having real trouble with this one and wondered if someone may have found
This may be a bit of an odd question, and what I have in
As per another question I had asked earlier I think I may have found
Have done some research and found some stuff that may be helpful. I would
This may have been answered before, and if so, point me to the answer.
This may seem a bit odd, but I really need to create a workaround
I think I may have found a bug with Google Chrome (16.0.912.75 m, the
I think I may have found a bug in PHP's crypt() function under Windows.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.