guttormvik2

Results 6 comments of guttormvik2
trafficstars

As a developer, I want to have control. As a user, I want to get stuff done. I want the system to prevent me from doing mistakes, like forgetting to...

> avoid moving around the cursor while the field is focused Didn't follow that. Are you thinking about newlines? "\nText" initially displaying as "", and "Text" appearing when user presses...

Legioth: > might be confusing if it happens while typing I was thinking about trimming on blur, and/or on valueChanged on the server-side but if you want eager submits then...

New variant of same when just refreshing a row: ``` java.lang.NullPointerException: Cannot invoke "com.vaadin.flow.component.Component.getElement()" because "recreatedComponent" is null at deployment.ptsmc.ear//com.vaadin.flow.data.provider.AbstractComponentDataGenerator.refreshData(AbstractComponentDataGenerator.java:52) at deployment.ptsmc.ear//com.vaadin.flow.data.provider.CompositeDataGenerator.lambda$refreshData$2(CompositeDataGenerator.java:62) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at deployment.ptsmc.ear//com.vaadin.flow.data.provider.CompositeDataGenerator.refreshData(CompositeDataGenerator.java:62) at deployment.ptsmc.ear//com.vaadin.flow.data.provider.CompositeDataGenerator.lambda$refreshData$2(CompositeDataGenerator.java:62) at java.base/java.lang.Iterable.forEach(Iterable.java:75)...

I'm the author of the forum thread were I found two new (?) bugs with ComboBox. I believe that makes it 5 in total that I've found, and I don't...

> imho; "all widgets have to work standalone on client-side" is holding us back Ref that, here is my server-side ComboBox replacement. It consists of a TextField that opens an...