Cornelius Dirmeier
Cornelius Dirmeier
I get the same problem with Java 11.0.16 (OpenJDK) and JBoss EAP 7.3. I still need to check if there is an official update for JBoss EAP 7.3. Patching jboss-vfs...
Would it really be that much effort to synchronize the readonly property with an attribute? This would at least give us the possibility to set our own styling.
@OlliTietavainenVaadin isn't it expected behavior that no action in the view is performed as long as a window is opened?
I am building a framework on top of vaadin and hence I do not know more about the action that is desired by the button, that vaadin does. That means...
If you might re-read my issue description, I already pointed out that there might be a modal window within a modal window. But it is not allowed by vaadin contract...
I do not agree but I played around with `setDisableOnClick`. Seems like I can implement such debouncing mechanism by setting `setDisableOnClick` and make sure that the button gets it's previous...