Hi,
I haven’t found any setting that would control the focus/scroll position after a pager partial refresh. What I would like to achieve is to remain at the same position on a page (when it’s bigger than the actual screen size) after a pager partial refresh.
I don’t want to maintain cursor positions. I think this should be a standard built-in feature…
Thanks,
Tibor
Subject: Me too…
I have the same problem. My pager control is on on the bottom of my webpage and with each click on a link (next/prev/page X…) the browser jumps to the top of the page.
I suspect the reason could be that the links have a href=“#” and that this link is followed after the script doing the partial refresh is finished. Normally one would make sure that the javascript returnes “false” to prevent the default action (here: following the link in href) to be executed.
Of course, there might be another reason why this does not work…
This feature is very important for us, and this does seem like a bug to me. Also, it is very difficult to improve this, because we are using a built-in controller.
Have anybody figured out how to make this work properly?