Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alternative for dragging - clicklock / draglock #4000

Open
gundulaniemann opened this issue Jul 29, 2024 · 4 comments
Open

alternative for dragging - clicklock / draglock #4000

gundulaniemann opened this issue Jul 29, 2024 · 4 comments

Comments

@gundulaniemann
Copy link

Users relying on an alternative for a dragging motion usually use the capabilities of the Operating system to support them.
The relevant operating systems provide an option like 'clicklock' or 'draglock' which replaces a dragging motion by consecutive clicks, we´here the duration of the first click can be customized to yield a clear distinction from a 'usual' click. The web page then still receives dragging events, so no additional effort needs to be done by the author.

Some background:
Windows provides clicklock, Mac offers draglock, for Linux clicklockd is available, on iOS custom gestures can be used, and for Android there are add-ons which can be used.

I suggest to add the following sentences to the understanding document:
"Users relying on an alternative for a dragging motion usually use the capabilities of the Operating system to support them. All relevant operating systems provide an option or an extension for replacing a dragging motion by consecutive clicks or taps. Therefore an author can rely on the operating system support.
Additional alternatives add convenience for users with dexterity and motion precision issues. We recommend to provide such alternatives specifically for users with slight or occasional dexterity issues."

@patrickhlauke
Copy link
Member

So this would make the SC always pass, making it useless?

@mbgower
Copy link
Contributor

mbgower commented Jul 29, 2024

Please see the prior MATF response to my prior issue on this exact topic.

In a separate issue I also registered concern with some of the wording in the draft document, which was resolved sufficiently to be closed.

@gundulaniemann
Copy link
Author

So this would make the SC always pass, making it useless?

We have been caught a bit by the technical progress.
Still I feel it is beneficial to have alternatives.

@gundulaniemann
Copy link
Author

Please see the prior MATF response to my prior issue on this exact topic.

In a separate issue I also registered concern with some of the wording in the draft document, which was resolved sufficiently to be closed.

I read through both issues and see two points related to my suggestion:

  • there are input devices which convert a dragging motion to two consecutive clickes, more precisely, there were already back then.
  • the main reason to lay the responsibility on the author was the technical status that only few platforms provided a clicklock option

We investigated Windows, Mac, Linux, iOS, and Android. They all provide this support, either directly or via an add-on (free of cost).

PS: Please allow some delay in further responses due to vacation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants