原型 Ajax.Request 在 google chrome 浏览器版本 14.0.835.163 及以上版本中不起作用
我一直在使用原型的 Ajax.Request 进行 ajax 调用。
随着新版本的 google chrome 浏览器的出现,这个调用似乎被打破了。
Ajax.Request的onLoading函数似乎正在触发 onSuccess 之后,整个请求处理也没有按预期进行。
这恰好是来自 chrome 浏览器版本 14.0.835.163。 在此版本之前,它可以正常工作。
有没有人遇到过这样的问题。
I have been using prototype's Ajax.Request for making ajax calls.
With the new versions of google chrome browser,this call seems to be breaking.
The onLoading function of Ajax.Request seems to be triggering
after onSuccess and also the overall request processing is not happening as expected.
This happened to be from the version 14.0.835.163 of the chrome browser.
Prior to this version, it was working normally.
Has anybody experienced such an issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Chrome 版本的快速迭代使其比其他浏览器更容易发布错误。我建议编写一个测试页面并在其投入生产之前在此处向他们提交错误:
http://code.google.com/p/chromium/issues/entry
正如我们所说,还有一个较新的版本:14.0.835.202(官方版本 103287)尝试更新到该版本并看看问题是否仍然存在。最后,尝试切换到测试版频道,看看问题是否仍然存在。
http://www.google.com/landing/chrome/beta/
Chrome's fast iteration of versions makes it prone to releasing bugs more often that other browsers. I would suggest writing up a test page and submitting a bug to them here before it makes it to production:
http://code.google.com/p/chromium/issues/entry
There is also a newer version out as we speak: 14.0.835.202 (Official Build 103287) Try updating to that version and see if the problem persists. Lastly, try switching to the beta channel and see if the problem persists there.
http://www.google.com/landing/chrome/beta/