mgwt/mgwt

ScrollPanel still "started" while leaving view

Opened this issue · 0 comments

On desktop, if a ScrollPanel contains some widgets that permit to leave the view with a TouchEnd event when we come back to the view the ScrollPanel scrolls !

I use MVP with activities and places.

I found a hack with an override of onUnload :

@OverRide
protected void onUnload() {
disable();
enable();
}

But it will be better to directly call end() in the widget.