public void handleEvent(Event evt) {
setScrollTop(scrollableElement.getScrollTop(), false);
}
}, false);
scrollableElement.addEventListener(Event.CONTEXTMENU, new EventListener() {
@Override
public void handleEvent(Event evt) {
/*
* TODO: eventually have our context menu, but for now
* disallow browser's since it's confusing that it does not have copy