Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy does ContentFlow fail in Firefox, IE when I try to combine it with jFlickrFeed?
    primarykey
    data
    text
    <p>Here's a working example of ContentFlow using three static images hard-coded in HTML: <a href="http://dl.dropbox.com/u/27409695/WB-Browser/example.html" rel="nofollow">http://dl.dropbox.com/u/27409695/WB-Browser/example.html</a></p> <p>It works in FF, IE8, Safari, and Chrome.</p> <p>I tweaked this page a little to make it pull in a Flickr feed using jFlickrFeed. It works great in webkit browsers (Safari, Chrome), but fails in FF or IE. See below for the specific errors.</p> <p><a href="http://dl.dropbox.com/u/27409695/WB-Browser/example-jflickrfeed.html" rel="nofollow">http://dl.dropbox.com/u/27409695/WB-Browser/example-jflickrfeed.html</a></p> <p>Here is the document.ready handler I'm using:</p> <pre><code>&lt;script&gt; jQuery(document).ready(function($) { $('.flow').jflickrfeed({ limit: 3, qstrings: { id: '60829137@N05' }, itemTemplate: '&lt;img class="item" src="{{image_b}}" /&gt;' }, function() { var wbFlow = new ContentFlow('wbContainer', { circularFlow: false, startItem: 0 }); }); }); &lt;/script&gt; </code></pre> <p>Any idea why this isn't working?</p> <p><strong>UPDATE</strong>: Just wanted to add some info in case it might help anyone help me. Firefox and IE both seem to choke on line 1652 of contentflow_src.js. Firefox throws the following error when I attempt to move the slider: "this.items[index] is undefined"</p> <p>IE says of line 1652: "'this.items[...].label' is null or not an object"</p> <p>Additionally, IE complains about line 1119: "'this._activeItem.index' is null or not an object"</p> <p>But, again, Chrome and Safari don't throw any errors and the scripts work flawlessly in those two browsers.</p>
    singulars
    1. This table or related slice is empty.
    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.
    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