iPhone SDK> 4.1、如果 UISearchBar 是 UIAlertView 的子视图,则 UISearchBar 不会响应键盘输入
在 iPhone SDK 模拟器中进行测试 > 4.1、如果 UISearchBar 是 UIAlertView 的子视图,则它不会响应键盘输入。
在 iPad 模拟器 3.2 和 3.1 iPod Touch 设备上测试均成功,而在 4.1 和 4.2 模拟器上,我只能使用键盘删除现有文本(我从代码中设置),而不能输入文本:打字动画出现,但 UISearchBar 中未输入任何文本。
使用 UITextField 时没有这样的行为,所以它进一步让我觉得这是一个非常好奇的错误。
其他人可以在真实的>上测试这个吗? 4.1 设备并确认/确认这一点,也许想出一个解决方案/解决方法?
Testing in the simulator for iPhone SDK > 4.1, UISearchBar does not respond to keyboard input if it is a subview of an UIAlertView.
Tests on the iPad simulator 3.2 and on a 3.1 iPod Touch device both succeed, while on the 4.1 and 4.2 simulators, I can only use the keyboard to delete existing text (that I set from code), not to input text: the typing animation appears, yet no text is inputted in the UISearchBar.
There is no such behavior when using an UITextField, so it further strikes me as a very curious bug.
Can anyone else test this on a real > 4.1 device and confirm/infirm this and perhaps come up with a solution/workaround?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这是一个模拟器问题,实际设备在这种情况下运行代码没有任何问题。
It seems that it's a simulator problem, the actual devices run the code in this scenario with no issues whatsoever.