Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Jul 27, 2010 @ 09:58
    Matt Brailsford
    0

    Can't get back to Dashboard in FF

    Hi Guys,

    I've just noticed that there seems to be an issue in FF (I'm currently running 3.6.6). When you navigate to a section, the dashboard controls for that section successfully display. But if you navigate to an item within that section, and then click on the root node to get back to the dashboard, it doesn't navigate back (it just stays on the screen you are on).

    I've upgraded to 4.5.1 and it still seems to be the same. IE and Chrome seem to work fine. It just seems to be a FF issue.

    Matt

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Jul 27, 2010 @ 10:10
    Matt Brailsford
    0

    Update

    Looking at the tree HTML source, I think I see why. The root nodes HREF is set to:

    UmbClientMgr.appActions%28%29.openDashboard%28%27developer%27%29;

    When it should be

    javascript:UmbClientMgr.appActions().openDashboard('developer');

    So it looks like it doesn't have the javascript prefix, and seems to be URLEncoded.

    Matt

  • Matt Brailsford 4125 posts 22223 karma points MVP 9x c-trib
    Jul 27, 2010 @ 10:15
    Matt Brailsford
    0

    Update

    As I've managed to find the issue, I've not reported it on the issue log. Please vote it up

    http://umbraco.codeplex.com/workitem/28294

    Matt

  • Shannon Deminick 1526 posts 5272 karma points MVP 3x
    Aug 24, 2010 @ 11:30
    Shannon Deminick
    0

    I know it's not a fix... but a 'work around' is a new hidden feature of 4.5 where you can double click the application icons at the bottom to clear that tree's cache persistence and show the dashboard for that application.

    will see if i can spot where this is going wrong in the codebase.

    Cheers!

Please Sign in or register to post replies

Write your reply to:

Draft