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.
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.
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
Update
Looking at the tree HTML source, I think I see why. The root nodes HREF is set to:
When it should be
So it looks like it doesn't have the javascript prefix, and seems to be URLEncoded.
Matt
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
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!
is working on a reply...