I have an Ajax rich application that displays a grid with 100 urls. When u click on any row of the grid it loads the preview of that URL in the grid. Also on the onload event of the grid I perform several operation which fire many AJAX queries.
I use YUI browser history class to enable browser back button. It works fine with FF3 but in Safari the whole page seems to be reloading "sometimes". Also in IE the browser back inteferes with my iframe.
Also if I copy paste the URL I dont get the expected state. i.e. the one defined in #token
Are these known issues or am I making a mistake?
Is it a good idea to enable browser back for operations when many state changes are involved?