Anders Forsell
Anders Forsell
I spent over an hour cleaning up millions of files in my temp directory left by GWT so this would be a very good feature if possible...
Can EventBus be used with Vaadin 10 without modifications?
What is left to do for a first release with only the event bus? I am about to migrate a Vaadin 8 application to Vaadin 12 but would like to...
Vaadin 14 is just a few days away from being released so I understand if everyone is busy. The support for eventbus would be the last piece for me to...
Vaadin 14 released, any update on this? @eriklumme
Thanks, styling from the entry point works but as you say it should be possible from within the element. I'll look into using the paper-action-dialog element.
BTW, the workaround using styling in the entry point does not work using Safari.
Aha... then it works in Safari. Thanks! On Mon Dec 08 2014 at 9:10:13 PM Jacob MacDonald [email protected] wrote: > are you using the shim-shadowdom attribute on your style tag?...
I reproduced it with the following code: ``` record Article(String name, String version) { } private void buildContent() { List articles = new ArrayList(); articles.add(new Article("A", "1")); articles.add(new Article("B", "2"));...
Ok, thanks for the explanation, then we're all good now.