Expand slider root clickable area #1583
Closed
Bilge
started this conversation in
Feature Requests / Ideas
Replies: 1 comment
-
Never mind, figured it out, l0l. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the documentation examples as presented, where the sliders are rendered as big pushy buttons with fairly large click zones...
...the thought probably doesn't occur that in smaller designs, the clickable area might be too small.
In the above examples, both the root and thumb are clickable, but in the second example, both the root and thumb are fairly small hit zones, especially the root canal. There is no good way to increase the clickable area without changing the design.
If we add padding, the clickable area increases but the root canal looks very different.
If we add margin, it looks the same, but the clickable area does not increase. We also cannot wrap the control and forward clicks manually because bits does not expose any public methods to set the position of the slider.
We really want all of the above yellow zone to be clickable, too, making the control much easier to use, but it appears there is no way to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions