当我将产品添加到购物车或执行其他可能以某种方式刷新页面的任务时,Cufon 会中断
cufon 损坏的一个示例是当我将产品添加到购物车时,
示例如下 http://joemeetsjoy.com/products
当您单击“立即购买”,然后在弹出框中单击“确定”时,cufon 会损坏。如果您进入购物车并选择运输选项,也会发生这种情况。
有什么想法为什么会发生这种情况吗?
An example of the cufon breaking is when I add a product to my cart,
example here http://joemeetsjoy.com/products
When you click buy now then click ok on the pop up box the cufon breaks. It also happens if you go the the shopping cart and choose a shipping option.
Any ideas why this happens?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我运行了 Cufon.refresh() 调用,在单击“立即购买”按钮(正如您所说,“破坏了 Cufon”)后恢复了 Cufon(在 Mac 上运行 Chrome 15)。
您可能需要考虑更改该按钮的 onClick 处理程序的行为来运行此函数。 DOM 更新或回流可能会导致 Cufon 中断,因为我注意到 onClick 处理程序进行了 AJAX 调用。
I ran a Cufon.refresh() call, which restored the Cufon (running Chrome 15 on Mac) after clicking the "Buy Now" button (which did, as you say, "break the Cufon").
You may want to consider altering the behavior of the onClick handler of that button to run this function. A DOM update or reflow might be causing the Cufon to break as I noticed the onClick handler makes an AJAX call.