Describe the bug
When using a numeric range with a slider facet, the facet updates continously while sliding the slider with the mouse. Updating the UI to show the curretly slided to value is appreciated. However, the component sends the new facet-setting to the server during the slide as well.
Expected behavior
The jQuery-API of the slider component provides a stop-event in addition to the sliede event. The stop-event should be used to trigger the url update only, so that server requests are only sent, once the user releases the slider.
Used versions (please complete the following information):
- TYPO3 Version: 12.4.15
- Browser: Firefox, Chromium, probably any browser
- EXT:solr Version: 12.0.3
Describe the bug
When using a numeric range with a slider facet, the facet updates continously while sliding the slider with the mouse. Updating the UI to show the curretly slided to value is appreciated. However, the component sends the new facet-setting to the server during the slide as well.
Expected behavior
The jQuery-API of the slider component provides a stop-event in addition to the sliede event. The stop-event should be used to trigger the url update only, so that server requests are only sent, once the user releases the slider.
Used versions (please complete the following information):