On some documents the back button didn't work. I started to investigate.
I found that the javascript at the bottom of the returning partial refresh was never executed.
Something in the richtext HTML did this. But there was nothing wrong in the HTML.
I should also add that the problem only ocurred in IE 8 & 9 with compability mode.
No to the fun part how did I solve the problem.
I created a Div for holding the returning HTML
and below this in the Computed text control, I added a script tag that did a getElementById and assigned the Dokumenttext the tag using innerHTML but to assign the text I had to escape the HTML first in SSJS and then unescape it before I added in to the innerHTML
By any chance, is it related to the following http://www.mydominolab.com/2011/03/xpages-partial-refresh-some-day-you.html
SvaraRaderaI think this is some kind of variation of the problem. In this case it's th HTML that breaks trigger of the script that attaches events.
SvaraRadera