Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    scrollBodyTo not behaving as expected

    Smart GWT 3.1
    Firefox 36.0

    I am using the scrollBodyTo to return the scroll bars to where they were prior to updating the data in a listgrid. I capture the scroll bars positions before the update call and then after the update completes, call scrollBodyTo() and pass it the left and top positions. However, scrollBodyTo() scrolls only vertical scrollbar not horizontal. Horizontal scrollbar resets to far left position. I can also set the vertical scroll bar to an arbitrary location, so I am fairly certain that I am calling scrollBodyTo at the correct point in execution flow. Any suggestions as to what else I need to do or need to change to keep the horizontal scroll bar from resetting after updating the data in a listgrid?

    Respectfully,
Working...
X