Rails 页面不会完全显示

发布于 2024-08-13 19:01:53 字数 241 浏览 5 评论 0原文

我遇到了最奇怪的问题,我希望有人能指出我如何解决它的正确方向(甚至找到它......)。我正在开发一个 Rails 网站,页面在大多数浏览器中显示都没有任何问题。在其他浏览器(AOL、IE 6 - 7 和其他一些较少使用的浏览器)中,页面将加载,格式正确,但完全缺少内部内容。

例如,网站使用传统的在线商店格式,但会加载网站名称、产品名称和页脚,但不会加载描述或图像。这个问题已经在几台计算机上重现,但我根本无法弄清楚。

感谢您的帮助!

I'm having the most peculiar problem, and I was hoping I someone could point me in the right direction on how to address it (or even locate it...). I'm working on a rails site, and the pages display in most browsers without any issues. In others (AOL, IE 6 - 7, and some of the other lesser used ones) the page will load, with all of the correct formatting, but completely missing the inside content.

For example, the site uses a traditional online store format, but will load the name of the site, the name of the product, and the page footer, but not the description or images. This issue has been reproduced on several computers, but I can't figure it out at ALL.

Thanks for any help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

心在旅行 2024-08-20 19:01:53

我解决此类问题的方法是使用浏览器获取您尝试渲染的 html(在 firefox 中,查看>>页面源),并将其保存为静态 html 文件。然后你可以一次一点地摆弄这个文件,直到你弄清楚是什么让 IE 陷入了循环。

My approach to this sort of problem would be to use the browser to get the html you are trying to render (in firefox, View>>Page Source), and saving it as a static html file. Then you can fiddle with this file one piece at a time until you figure out what's throwing IE for a loop.

多彩岁月 2024-08-20 19:01:53

如果您查看页面源,是否包含您要查找的数据?这可以帮助您确定客户端是否存在格式问题或服务器端是否存在数据生成问题。

If you view the page source is the data you are looking for included? This can help you figure out if you have a formatting issue on the client side or a data generation issue on the server side.

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