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

Change axis that TKAdjustableNumber is dragged on #5

Open
ghost opened this issue Feb 14, 2012 · 1 comment
Open

Change axis that TKAdjustableNumber is dragged on #5

ghost opened this issue Feb 14, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 14, 2012

I think it'd be more intuitive if you dragged TKAdjustableNumbers up and down, rather than left and right, to change their values. This can be implemented by changing one whole character of code :-) [change 'x' to 'y' in line 220 of TangleKit.js].

@ghost
Copy link
Author

ghost commented Feb 22, 2012

Actually, I just noticed that the cursor image when hovering over a TKAdjustableNumber has to be changed as well to match the interaction change.

I notice that sometimes you use horizontal fill bars to show the extent of change that is possible, in which case horizontal dragging is more intuitive, but I think in the default case of just a number and no visual indication of the maximum and minimum values, dragging a number up to increase its value and vice versa makes more sense than dragging it left to decrease and right to increase.

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

0 participants