Tatu Lund
Tatu Lund
In Vaadin 8 and 7, the VaadinRequest#getParameterMap method returns the result directly from javax.servlet.ServletRequest#getParameterMap. So Vaadin does nothing here. JavaDoc from there says, i.e. does not seem to say anything...
> Could it be that there's some other bundle that registers that same theme path? That is a possiblity, I have not been able to hunt down deep enough into...
Yes, this rather peculiar. My understanding is the Theme is registered by VaadinResourceTrackerComponent And there is checking if the resource is already registered, it wont be done again https://github.com/vaadin/framework/blob/2d30ee97f19e1ae956a67afeb0e41f0ee6d08de8/shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinResourceTrackerComponent.java#L266
One potential caveat is that metainfo in this annotation is not 100% correct. Should it be ReferenceCardinality.OPTIONAL instead of ReferenceCardinality.MULTIPLE ? https://github.com/vaadin/framework/blob/master/shared/src/main/java/com/vaadin/osgi/resources/impl/VaadinResourceTrackerComponent.java#L65
There is TabSheet component in the Directory https://vaadin.com/directory/component/tabsheet
Related to https://github.com/vaadin/flow/issues/10163
Is this related also to https://github.com/vaadin/flow-components/issues/2266 ?
My understanding is that intent of Microsoft with the new user agent has been, that new Edge is supposed to be treaded as Chrome, as it based on same engine....
This is a know missing feature in Grid (see also this ticket: https://github.com/vaadin/framework/issues/10638 ). There are two alternatives, either Grid is resized according to column widths, or last column is...
I managed to get OSGi Vaadin portlet to work with Liferay 7 (ref the documentation https://vaadin.com/docs/v8/framework/portal/portal-osgi.html ) but in that experiment ) did use vaadin-compatibility-client-compiled instead. So probably manifest for...