Mousewheel support

Created on 17 November 2023, 7 months ago
Updated 5 April 2024, 3 months ago

Problem/Motivation

I'd like to enable mousewheel support on a vertical slider so that visitors can navigate through the slides using their mouse wheel.

Proposed resolution

Add mousewheel support.

Remaining tasks

User interface changes

API changes

Data model changes

✨ Feature request
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States chrisolof

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @chrisolof
  • Status changed to Needs review 7 months ago
  • πŸ‡ΊπŸ‡ΈUnited States chrisolof

    The attached patch adds basic mousewheel support.

    It also removes some unnecessary trailing whitespace from the edited files (this was done automatically by my editor).

    I almost went with an update hook to back-fill the new config parameter, but seeing no prior update hooks / pattern of this in the module, I decided instead to just handle the situation in the form via a null coalescing operator.

  • πŸ‡³πŸ‡±Netherlands nk_

    Thanks for this one too, it is included in the latest 2.0.x-dev version. See also here.

Production build 0.69.0 2024