Breaking out of the simple edit layout

The situation is as follows:


I have a custom simple edit layout applied to an asset. Within this simple edit layout there are some metadata fields, a commit button and a link to the asset using the keyword %asset_url%.





THE PROBLEM: If you follow a link from within the simple edit mode of an asset the url that appears in the address bar of the browser remains trapped as the url for the simple edit layout of the asset.



I.E. I enter the simple edit interface of the asset 'MyAsset' using the url www.example.com/MyAsset/_edit. I then follow a link which references www.example.com/MyAsset. When the page loads the address bar still reads www.example.com/MyAsset/_edit even though it has loaded the contents for www.example.com/MyAsset.



Further to this if I now follow any links from www.example.com/MyAsset the address shown in the address bar is still www.example.com/MyAsset/_edit. Obviously if i refresh the browser at any stage I am taken back to the contents of www.example.com/MyAsset/_edit.





I was wondering if there is a way to force MySource to stop re-writing the url of the simple edit interface of the asset to the address bar?



Any help you can provide is greatly appreciated. Thank you.

Just break out of frames by having a "Break out of frames link":

    Break out!

[quote]Just break out of frames by having a "Break out of frames link":

    Break out!
[/quote]


Fantastic, thanks very much!