Skip to content

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.

2 participants