Safari 4.04 Bug - Double back button on POST pages
There appears to be a bug when you post to a page and use the jquery.history.js plugin on that page to keep track of the browser's history. The browser history works fine in IE8,IE6, FF 3.5, but not Safari. In Safari you would press the back button 1 time and you would lose the forward history (forward button would become grayed out) and the url in the address bar would change, but the historyCheck would fail to recognize the back. On the second time you pressed the back button the url in the address bar would stay the same, and the historyCheck would recognize that the back button had been pressed. Also the forward button would turn active. If you pressed the forward button nothing would change and the forward button would become deactivated.
Anyone else having this problem and know how to fix it? I might just change the form method to GET instead of POST.
......