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 Keyboard Is Dismissed, the text view scrolls #9

Open
ndrewh opened this issue Oct 2, 2013 · 5 comments
Open

When Keyboard Is Dismissed, the text view scrolls #9

ndrewh opened this issue Oct 2, 2013 · 5 comments
Labels

Comments

@ndrewh
Copy link

ndrewh commented Oct 2, 2013

When you dismiss the keyboard after editing the text inside a JLTextView, the view scrolls in a unwanted way.

@zyavrik
Copy link

zyavrik commented Oct 2, 2013

I think it happens because keyboard doesn't resize JLTextView.

@Anviking
Copy link
Owner

Anviking commented Oct 3, 2013

Yes, this is an very irritating problem. Will look in to it.

@ndrewh
Copy link
Author

ndrewh commented Oct 4, 2013

I think this was fixed with 3884284

@ndrewh ndrewh closed this as completed Oct 4, 2013
@ndrewh
Copy link
Author

ndrewh commented Oct 5, 2013

Actually, it is only fixed when the scroll view is at the top the text.

@ndrewh ndrewh reopened this Oct 5, 2013
Anviking added a commit that referenced this issue Oct 5, 2013
@ndrewh
Copy link
Author

ndrewh commented Oct 5, 2013

@Anviking Just realized that I am using JLTextView by itself, without JLTextViewController. Is this a problem?

Should I implement the methods below #pragma mark - Content Insets and Keyboard in my view controller?

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