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

[TIMOB-8417] iOS: Textfield in a scrollview scrolls if bluetooth keyboard is connected to iPad #1976

Merged
merged 1 commit into from Apr 12, 2012

Conversation

mstepanov
Copy link
Contributor

TIMOB-8417

Test case in JIRA.

FT note: test on real iPad with BT keyboard before and after the fix.

CGFloat keyboardHeight = endingFrame.origin.y;
if(focusedToolbar != nil){
keyboardHeight -= focusedToolbarBounds.size.height;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spacing seems off here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's tabs vs. spaces

@ayeung
Copy link
Contributor

ayeung commented Apr 12, 2012

Code reviewed and functionally tested. Request Accepted

ayeung pushed a commit that referenced this pull request Apr 12, 2012
[TIMOB-8417] iOS: Textfield in a scrollview scrolls if bluetooth keyboard is connected to iPad
@ayeung ayeung merged commit cd6caed into tidev:master Apr 12, 2012
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