iPhone SDK> 4.1、如果 UISearchBar 是 UIAlertView 的子视图,则 UISearchBar 不会响应键盘输入

发布于 2024-10-12 07:24:01 字数 329 浏览 2 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧伤慢歌 2024-10-19 07:24:01

看来这是一个模拟器问题,实际设备在这种情况下运行代码没有任何问题。

It seems that it's a simulator problem, the actual devices run the code in this scenario with no issues whatsoever.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文