[Possible Bug] Keyboard causes popover content view to scroll out of bounds
[Possible Bug] Keyboard causes popover content view to scroll out of bounds
- Subject: [Possible Bug] Keyboard causes popover content view to scroll out of bounds
- From: PCWiz <email@hidden>
- Date: Sun, 27 Jun 2010 09:46:03 -0600
Hi,
I have a popover that contains a UITableView. This UITableView has a
cell with a text field in it:
http://cl.ly/1b50a21ca8202d22db1b
When the popover opens near the bottom of the screen, and I tap the
text field to edit it, the keyboard comes up, and the popover moves up
to avoid being covered by the keyboard. But as it moves up, the table
view in the popover scrolls up out of bounds:
http://cl.ly/4fe64fbfe9518f20560d
It seems that this completely messes up the scroll view and takes it
way out of bounds. Also, its worth mentioning that this only happens
with the 3 rows of the table view that are closest to the bottom of
the screen. And another strange fact is that my current popover
content view height is 190px, but if I increase that to something like
300px, this problem disappears. I've tried setting scrollingEnabled to
NO and also setting the autoresizing mask of the table view, but it
seems to have no effect.
At this point, I'm starting to think that this is a bug.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden