Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Spreadsheet: Adding cells doesn't redraw properly
Hi,
SpreadsheetComponentFactory.onCustomEditorDisplayed is not called when adding new cells to a Vaadin Spreadsheet.
In attached example cells added by clicking the add button or cells added by typing in cells or "drag-filled" are not drawn properly and doesn't get a custom editor component when visited. Redrawing the sheet with .redrawAllCellValues or redrawCells(List<Cell>) have no effect.
Scrolling the sheet so the cells are scrolled out and back in works. Setting sheet protection and the redrawAllCellValues works.
Please see attached UI.java for details