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

Workaround for UITextField bug #708

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

PatrickNLT
Copy link
Contributor

If the user is using a bigger system font, a long text won't scroll

Steps to reproduce the bug:

  • Set a bigger font in Settings -> General -> Accessibility -> Larger text
  • Type a long text in a UITextField with adjustsFontSizeToFitWidth set to NO (as any QTextField)

=> Text won't scroll, we don't see anymore what's typed in.

The minimum font size that I set is the biggest one that is OK

…font, a long text won't scroll

Steps to reproduce the bug:
* Set a bigger font in Settings -> General -> Accessibility -> Larger text
* Type a long text in a UITextField with adjustsFontSizeToFitWidth set to NO (as any QTextField)

=> Text won't scroll, we don't see anymore what's typed in.

The minimum font size that I set is the biggest one that is OK
@PatrickNLT PatrickNLT mentioned this pull request May 19, 2015
@PatrickNLT
Copy link
Contributor Author

Would you consider merging this pull request, or at least comment it? Thanks!

Patrick Nollet and others added 11 commits September 24, 2015 12:55
Removes the black border at the top behind the navigation bar. The contentInset is nicely automatically set, we don't want to reset it.
actionBar.tintColor is nil because the action bar is not in the view hierarchy, so this line isn't useful and is actually harmful because it overrides UIAppearance tintColor definitions.
Fix inputAccessoryView tint color issue
Fix inputAccessoryView tint color issue
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

Successfully merging this pull request may close these issues.

None yet

2 participants