Skip to content

(wip) added function for activating granual input#3170

Draft
werkstrom wants to merge 1 commit intowled:mainfrom
werkstrom:granularSliderInput
Draft

(wip) added function for activating granual input#3170
werkstrom wants to merge 1 commit intowled:mainfrom
werkstrom:granularSliderInput

Conversation

@werkstrom
Copy link
Contributor

@werkstrom werkstrom commented Apr 9, 2023

Only the function is implemented, it is not called anywhere untill some testing is done. #3019

@blazoncek blazoncek marked this pull request as draft April 28, 2023 15:59
@softhack007 softhack007 requested a review from blazoncek August 9, 2023 22:05
Copy link
Contributor

@blazoncek blazoncek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering how this works on tiny mobile displays where it is difficult to double-tap a slider.
Otherwise I have yet to test this.

function actDblC(){
const rngSlds = d.querySelectorAll('input[type="range"]');
rngSlds.forEach(sld => {
sld.addEventListener("dblclick", () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional indent needed for cleaner code.

@softhack007 softhack007 added this to the 0.14.1 candidate milestone Sep 5, 2023
@blazoncek blazoncek added enhancement keep This issue will never become stale/closed automatically labels Apr 4, 2024
@netmindz netmindz modified the milestones: 0.15.1 candidate, 0.15.2 Feb 22, 2025
@netmindz netmindz modified the milestones: 0.15.2, 0.16.0 candidate Nov 8, 2025
@softhack007 softhack007 changed the title added function for activating granual input (wip) added function for activating granual input Jan 16, 2026
@softhack007 softhack007 modified the milestones: 16.0.0 beta, 16.1 Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement keep This issue will never become stale/closed automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants