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
Hide option to show braille messages indefinitely when messages timeout is set to 0 #11602
Conversation
…ille messages is disabled
It may not be immediately obvious why this control is missing. Instead, perhaps the following approach:
Also, please check the user guide and confirm that it describes these options well (or needs changes). |
Thank you, I think it would be a good approach. I'll try to prepare it tomorrow. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c61c559
to
d36e352
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good, thanks @dawidpieper
I've harcoded 1 as a minimum value. I don't know what is the main policy for config specs - readability or backward compatibility. I can also change config specs and prepare upgrade as suggested, if it is the preferred way. |
…indefinitely_checkbox_in_braille_settings_when_timeout_set_to_0
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dawidpieper
Summary of the issue:
When user sets braille messages timeout to 0, option to show them indefinitely still appears. Its checking does not take any effect, though. I found it confusing for some people.
Description of how this pull request fixes the issue:
Now there is a combobox that enables users to set if braille messages should be displayed and for how long:
Checkbox to show messages indefinitely has been removed and timeout field is now shown only if "Use timeout" option is selected.
Testing performed:
All tests passed.
Known issues with pull request:
None yet
Change log entry:
Changes
Rebuilt option to set if braille messages should be shown and when they should disappear