Marco Collovati

Results 115 comments of Marco Collovati

It seems the issue relates to #14187 Flow is receiving two events: `click` from the focused button and the `keydown`. Since firing `click` event on `Enter` or `Space` is the...

Hi, thanks for reporting. Since Vaadin 23.1, when using a custom url mapping for Vaadin Servlet in a non Spring project, it is needed to add a mapping also for...

> Well this explains the problem, but yuck - isn't that a layering violation? A WAR file is no longer self-contained. For example, you can't run two independent Vaadin applications...

Thanks for reporting. I can reproduce and confirm the issue

@sveine I tried to run the application with azure AD B2C configured as documented in the link you provided and both links to the secured view works as expected (redirect...

Sorry, what do you mean by "not getting the logout flow from Azure"? What do you expect to see after pressing the logout link? I couldn't see anything related to...

Thanks, @knoobie. I think the same but asked to be sure

Hi, at a first look it seems like the definition of bintray repository comes from a dependency (`org.vaadin.maxime:markdown-area:jar:1.0.2`)

Seems like that on the server side we always receive two separated events: a `click` triggered by button because of pressing `Enter` key and the `key down` event. Similar to...

Just tried your example and I can't reproduce the problem. Long polling for push is handled by Atmosphere, so it is ok. On the network tab I see a PUSH...