1

I have a Cycle2 slideshow on my website. This image slideshow loads fine on Chrome.

On IE9 this slideshow works fine, but only if it shows up. And that is the problem. It only shows up sometimes. I would say it about 1 out of 3 times. (The same happens when compatibility mode is on)

How can I start searching for this bug? Or rather what is this bug?

Edit: I have now noticed that the slideshow actually shows up for a split second but then disappears.

Edit2: After removing data-cycle-loader="wait" the page seems to loads fine in IE. I cannot explain why though.

4

2 に答える 2

1

スライドショーから削除data-cycle-loader="wait"すると、このバグが修正されます。

于 2012-10-16T20:21:29.687 に答える
0

最初に行うべきことは、コンソール エラーがないかどうかを確認することです。F12 を押してコンソール タブに移動し、ページを更新します。何か問題がある場合は、コード/cycle2 に関連するコンソール エラーが表示されるはずです。もう 1 つは、IE7/8 で動作するかどうかを確認することです。これらのモードは、コンソール タブの上にある [ブラウザ モード] を変更することで切り替えることができます。

私が考えることができる他の唯一のことは、スクリプトが別の要素の後ろに隠される原因となっている奇妙なzインデックスの問題があることです..または何か。

于 2012-10-16T20:10:01.123 に答える