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

When adjusting the temperature slider, the temperature value text becomes illegible #70

Open
int3h opened this issue Jan 6, 2016 · 7 comments
Labels

Comments

@int3h
Copy link
Contributor

int3h commented Jan 6, 2016

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.

goodnighttextbug

@mariokorte
Copy link
Collaborator

Interesting. I cannot reproduce that on my devices. What iOS version are you using and on what devices?

@int3h int3h changed the title When adjust the temperature slider, the temperature value text becomes illegible When adjusting the temperature slider, the temperature value text becomes illegible Jan 6, 2016
@int3h
Copy link
Contributor Author

int3h commented Jan 6, 2016

iOS 9.2 on an iPhone 6S+, and an iPhone 6+. I'm using the latest commit from 'master' (216a84e).

@mariokorte
Copy link
Collaborator

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?

@int3h
Copy link
Contributor Author

int3h commented Jan 6, 2016

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.

@eyv
Copy link

eyv commented Jan 6, 2016

I've actually been seeing that as well for some time now. No special settings that I can think of.

@int3h
Copy link
Contributor Author

int3h commented Jan 6, 2016

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 :)

@mariokorte
Copy link
Collaborator

Not sure what can be done against it. Will do some experiments...

@mariokorte mariokorte added the bug label Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants