TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
136 stars 245 forks source link

[BUG] numeric range facet is unusable on mobile devices (jQuery-UI slider) #4000

Open dkd-kaehm opened 2 months ago

dkd-kaehm commented 2 months ago

The numeric range facet is not usable on mobile devices. It behaves the same as on demo of https://jqueryui.com/slider/. The cursor of slider is not movable directly and smoothly, but must be moved by tapping the cursor and then tapping on the line of slider.

This component must be moved to native HTML5 slider/range or Bootstraps 5.x range variant.

hvomlehn-sds commented 4 weeks ago

When rebuilding the component, events should probably be handled as described in https://github.com/TYPO3-Solr/ext-solr/issues/4082