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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
CssImport when using Component Exporter by Mikhail Shabarov, 4 weeks ago
BUG! Remove last item from Table. 6.7.1
Hi All,
I found a bug of vaadin 6.7.1
1. There's a table, set selectable is false. (means items in the table should not be selected.)
2. and there're three items in the table.
3. tb.select(new Integer(1));
4. tb.remove(tb.lastItemId);
You wil see the first item is selected (background color is changed). but the value of table is not changed (it doesn't trigger Property.valueChange event).
Last updated on
You should report bugs in the bug tracker.
And if possible attach a small test case for the dev to check the issue easily.
Last updated on
You cannot reply to this thread.