PaperSlider 1.1.0 didn't work under Vaadin 24.9.10

Under Vaadin 24.9.10 we got an error if we use the slider:

java.lang.NoSuchMethodError: com.vaadin.flow.component.FocusNotifier$FocusEvent: method ‘void (com.vaadin.flow.component.Component, boolean)’ not found
at org.vaadin.addons.componentfactory.PaperSlider.lambda$new$a8baf231$1(PaperSlider.java:41)

It seems that the used FocusEvent constructor is no longer available.

This is a side effect from a bug fix in Flow, that altered FocusEvent and BlurEvent constructor. PaperSlider needs to adopt the change.

1 Like

Fixed in version 2.0.0.

1 Like