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

Settings-Dialog: Slider Interaction with Clicking #217

Closed
TomNextSense opened this issue May 6, 2016 · 4 comments
Closed

Settings-Dialog: Slider Interaction with Clicking #217

TomNextSense opened this issue May 6, 2016 · 4 comments

Comments

@TomNextSense
Copy link

TomNextSense commented May 6, 2016

As a user I want to be able to adjust the text scale (and probably also the number of columns) using click events on the slider bar (including the vertical space around the visual line) - additionally to dragging the dot.

Background: We are using a Smart-TV as build monitor. The browser is capable of rendering the build monitor page, but the automated scaling fails. We would need to adjust the text scale. But the remote of the TV only can create click-, but no drag-events. To be able to click also some pixels above the line (where the numbers are displayed) would help too, as positioning the mouse withe remote is quite tricky. Thanks a lot in advance!

Screenshot of current usage: img_2095

@jan-molak
Copy link
Member

Hey @TomNextSense and thanks for the suggestion! Slider seemed like a good idea at a time, but it's proven a bit problematic and maybe not necessarily the best user experience.

I'm was actually thinking of replacing it with two buttons and a text field showing the current value, so something like that:
[ - ] [ 7 ] [ + ]

Would that work better in your case?

Best,
Jan

@TomNextSense
Copy link
Author

Hello @jan-molak ,
thank you for your fast response. Anything that can (also) be operated using click events and where the corresponding UI element is not too tiny would be good for us.
(So if the [ + ] [ - ] Buttons are at least the size of the done buttons height, it should be good.
Regarding slider: Yes, also on our Pi the slider is difficult to operate as the JS-performance of the browser on the Pi is really bad. There the "button solution" would help too.)
Best regards
Tom

@TomNextSense
Copy link
Author

Another idea that just came up in a discussion with my colleagues: Would it be possible to allow configuration of the "local parameters" (like number of columns and font size) via get parameters? This would make it unnecessary to rely on the onscreen settings dialog. 👍

@jan-molak
Copy link
Member

Sure, that makes sense as well, there's actually a ticket raised for that: #54 (and pull requests are also welcome! ;-) )

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

No branches or pull requests

2 participants