Note that there are some explanatory texts on larger screens.

plurals
  1. PONivo-Slider disappears while slide is being changed in IE ≤ 8
    primarykey
    data
    text
    <p>I'm testing the slider and it works in Chrome and IE 9+ but doesn't work properly in earlier versions.</p> <p>The problem that occurs to me is that while the previous slide is rolled up, an error-like image is revealed (and the loading.gif is then visible) and remains for over two seconds, until the next slide appears.<br> I tried changing the animation type but the problem persists.</p> <p>I applied <a href="https://stackoverflow.com/a/9154894/75500">this</a> answer and it didn't solve the issue.</p> <p>Any clue?</p> <p>I've posted same question at <a href="http://goo.gl/hK6O4" rel="nofollow noreferrer">dev7studios</a> as well, no answer however.</p> <p><img src="https://i.stack.imgur.com/vjAzy.png" alt="enter image description here"></p> <p><strong>Update</strong> This is the method that generates the images:</p> <pre><code>private static MvcHtmlString BuildImageTag(string blobName, object htmlAttributes = null, string name = null) { TagBuilder tag = new TagBuilder("img"); var src = BlobHelper.GetBlobUri(blobName); tag.Attributes.Add("src", src.ToString()); tag.Attributes.Add("name", name); if (htmlAttributes != null) tag.MergeAttributes(new RouteValueDictionary(htmlAttributes), true); return MvcHtmlString.Create(tag.ToString(TagRenderMode.Normal)); } </code></pre> <p>How do I change it so that the closing tag is separate (as explain in <a href="https://stackoverflow.com/a/16038391/75500">this</a> answer)?</p> <h2>Update 2</h2> <p>After enabling JS debugging, I see there is a debugger break at the nivo slider js file.</p> <p><img src="https://i.stack.imgur.com/6iYPF.png" alt="enter image description here"></p> <p>The line in the JS is:</p> <pre><code>u.attr("src",i.currentImage.attr("src")).show(); </code></pre> <p>I'm not even sure it's related but I thought it might help.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload