Simon Martinelli

Results 29 issues of Simon Martinelli

### Description of the bug 1. Start my example 2. Click on the link "Two" 3. Then click on the Browser back button and confirm the dialog 4. Now check...

bug
routing
Impact: High
Severity: Major

I migrated an app to Vaadin 24 and some of my tests fail. This one is happening when using Vaadins AuthenticatoinContext and calling logout ``` java.lang.IllegalStateException: invalidated: MockHttpSession(sessionId='1', creationTime=1681563208936, maxInactiveInterval=30,...

bug
question

I use Keycloak for authentication but I get this exception when trying to test with Karibu testing. All my routes are annotated with @PermitAll. So there is no route ""...

bug
question

In Spring Security Test it's possible to mock a user with the annotation WithMockUser. For example: ``` @WithMockUser("user") void testAbout() {} ``` Unfortunately, this does not work with the VaadinWebSecurityConfigurerAdapter...

enhancement

The custom message is not displayed in PL/SQL Developer ``` ut.expect(acc.pa_zins.anzahl_tage(p_startdatum, p_enddatum, p_methode) , ' für Daten: '||to_char(p_startdatum,'dd.mm.yyyy')||' bis: '||to_char(p_enddatum,'dd.mm.yyyy')) .to_equal(p_resultat); ``` This is how it looks in TOAD: ![grafik](https://user-images.githubusercontent.com/593352/163969400-5fa1c17d-f350-42b0-905e-5fd1e17c13a2.png)

enhancement

utPLSQL adds a reason to a disabled test: https://github.com/utPLSQL/utPLSQL/issues/610 Add the reason to the result window if the test is disabled.

enhancement

If there are no tests to run the window should not show up

enhancement

### Description I use a DateTimePicker with a Binder. Because the value of the DateTimePicker is not sent to the server as long as it's not valid, this causes unexpected...

vaadin-date-time-picker
needs discussion
validation

I have a test where I sort the grid. After sorting the row with index 0 is not visible. When calling `getRow(0)` it throws an exception java.lang.NullPointerException: Cannot invoke "com.vaadin.testbench.TestBenchElement.wrap(java.lang.Class)"...

We have a integration test that clicks on grid row that will open the grid in edit mode: kskMr.getRow(0).click(); kskMr is a GridElement. This no longer works since Vaadin 14.7.7.