There appears to be a bug when using Xerte page links in Bootstrap resources. My expectation is that when you click on a page link it opens to the top the new page.
However, if the link is embedded in section 2 of a page, the new page will open at section 2. Likewise, if the link is in section 3, the new page will open to section 3, and so on.
This is a bit of a pain as I want to include a link to the proceeding page at the bottom of each page, but it needs to open at the top of the new page. Unfortunately, this error also occurs with the "next page" link option.
This also happens if I manually put in onlick="javascript:parseContent(1)" and when clicking on the top nav bar headings after clicking on one of the left hand section links.
Unless I'm missing something obvious, this seems to be a pretty big bug as it breaks all the navigation within Bootstrap projects.