Jens Jansson
Results
12
issues of
Jens Jansson
Hi! Thanks for a cool component. I have used it in one of my applications but I have the problem that it doesn't seem to render on Safari 9 on...
Spreadsheet has to modes: touchMode=true and touchMode=false. Which one is used is determined by asking GWT's TouchEvent class. https://github.com/vaadin/spreadsheet/blob/master/vaadin-spreadsheet/src/main/java/com/vaadin/addon/spreadsheet/client/SpreadsheetWidget.java#L196 ```java setTouchMode(TouchEvent.isSupported()); ``` This means that desktops with touch screens will...