Skip to content

[BUG] numeric facet range slider sends lot of requests to server #4082

@hvomlehn-sds

Description

@hvomlehn-sds

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions