I have an MGWT app with a lot of buttons on a scrollable page (FlowPanel in an MGWT ScrollPanel). Since the buttons use the full page width I'm nearly unable to scroll down, because all MGWT buttons capture the drag events.
How to prevent the buttons from doing this?
If I'm using normal GWT buttons I don't have this problem.