dojox.fx.smoothScroll bounces the offset back and forth when called repeatedly
Previously mentioned at #10640, I've found that calling smoothScroll more than once causes the view to bounce back to an earlier position. I'll attach a sample page, but you need a version of dojo that isn't on CDN to show the bug. Try http://neekfenwick.homeip.net:8080/test/smoothscroll.html, which should be using 1.5b2, or use the attached source.
So, with a target node that's offscreen:
- smoothScroll to that node, it comes into view
- smoothScroll to that node again, the view scrolls to a different location.
e.g. load my test page, you will have box 0 in view, with up to box 29 in the list.
- Click "go to 13" - box 13 comes into view
- Click "go to 13" again - the view scrolls back to the top.
Just to mention, this still seems to be a bug in 1.5.0.