-
Notifications
You must be signed in to change notification settings - Fork 63
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
When adjusting the temperature slider, the temperature value text becomes illegible #70
Comments
Interesting. I cannot reproduce that on my devices. What iOS version are you using and on what devices? |
iOS 9.2 on an iPhone 6S+, and an iPhone 6+. I'm using the latest commit from 'master' (216a84e). |
Really strange. I currently use an iPhone 6+ on 9.2 as well and cannot reproduce that. Any specific settings that must be activated in the app to reproduce this? |
Not that I can tell. The only configuration of GoodNight I have done is what you see in the screenshot above; all other settings screens are left at default. Nothing jumps to mind in terms of iOS system settings that might cause this. I'm happy to report back on my configuration if you have specific settings you want me to look at, though. |
I've actually been seeing that as well for some time now. No special settings that I can think of. |
Aha! Found the confounding variable: in my iOS system settings, I have "Display & Brightness -> Text Size" set to the smallest setting. When I set this back to the middle size (the default), the bug in GoodNight disappears. From what I can tell, if this system setting is set to any value below the middle (default), then the bug appears. The middle value or larger makes the bug disappear. Why this happens, I do not know :) |
Not sure what can be done against it. Will do some experiments... |
In the Temperature settings view, when you move the temperature slider, the text in the table section header/footer updates with the current value of the slider.
However, there is currently a bug that, when the slider is updating rapidly, the new text is simply rendered in-place on top of the old text without clearing the old text.
After a half-second or so, the old text is finally cleared away, and only the most recent value is rendered. So this isn't a permanent glitch; it only happens when the temperature value is updating rapidly. Unfortunately, that makes the text illegible when actively changing the temperature slider, which makes it hard to set the exact value you want.
The text was updated successfully, but these errors were encountered: