You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Savestate is only written when the filter (select, slider etc.) are directly changed.
When using the reset buttons the state change is not registered.
Reload Page -> State is saved and Slider shows value after change
Press the filter rest button, reload (without touching the slider)
The slider still has the smaller range set earlier.
I guess the underlying problem is that the savestate update is only done in rangeNumberSliderChange, which does not get called when resetting the value via button.
Edit:
When commenting out the check for originalEvent in the change listener of the slider, the reset is registered and saved correctly:
Line 1100-1102:
The Savestate is only written when the filter (select, slider etc.) are directly changed.
When using the reset buttons the state change is not registered.
Steps to reproduce:
I guess the underlying problem is that the savestate update is only done in rangeNumberSliderChange, which does not get called when resetting the value via button.
Edit:
When commenting out the check for originalEvent in the change listener of the slider, the reset is registered and saved correctly:
Line 1100-1102:
But i have no idea why the check was introduced in the first place.
The text was updated successfully, but these errors were encountered: