I have a viewport with north, west and center regions. Center is a Panel which can contain links to other pages and some links are to a specific ID in another page (page.html#someID).
I'm having what looks like a timing issue with the rendering of the viewport when you click a link to an ID on another page. What happens in that the panel (with ID element) renders and scrolls to that element -- and then the viewport renders overwriting this with the center content starting from the top -- no scrolling to that ID.
I'm still using 2.2.1, and so started looking at 3.X as potentially solving this issue but the viewport doesn't render using my existing code. Tried looking thru the forums but haven't found anything that looked like it was close.
And was hoping that someone had a clear idea of what the problem is and how to correct it (before I begin porting the 3.x and hoping that that fixes this).
Any ideas?