Mikhail Shabarov

Results 119 comments of Mikhail Shabarov

> shortcut.ignoreOnTypeableFields(); // or shortcut.ignoreOn(HasValue.class); I'd consider to have both methods available in API. `shortcut.ignoreOn(HasValue.class);` is appropriate when the page hasn't that much components to be ignored on the page...

To be re-tested with latest Vaadin version (23.2).

I've tested with the following configuration: 1. Spring boot starter from start.vaadin.com 2. Vaadin version 23.1.6 3. `frontend-maven-pluging` configuration that you gave above 4. "esbuild": "0.13.0" override in package.json I...

We decided to revert the change for serving static resources from context root https://github.com/vaadin/flow/pull/14357 and fix Vite-related issue https://github.com/vaadin/flow/issues/13190 in another way.

I don't see any obstacles for back-porting it to the next flow LTS (flow `2.8`). This is considered as an enhancement, so I'm not sure we should add it to...

Thanks for testing @sveine , I re-open the ticket, we'll retest it with your example and get back to you.

@sveine can you please try call `setOAuth2LoginPage(HttpSecurity http, String oauth2LoginPage)` in yourcustom SecurityConfig class, to inform `ViewAccessChecker` about the correct login path ?

Closed with provided instructions.

We are going to investigate it more closely in the upcoming development iteration.

Some observations: 1. Running `mvn install -Pproduction` with v21 Starter project gives the opposite result: polymer and mixin deps are added into `package.json`. 2. Running `mvn install` with `docs` project...