Issue 458: js error on image load
Status:  Accepted
Owner: ----
Reported by pavelbar...@gmail.com, Apr 8, 2010
What steps will reproduce the problem?
....
<a id="imgFiche" rel="gal" href="some image"></a>
<a rel="gal" href="some image"></a>
<a rel="gal" href="some image"></a>
<a rel="gal" href="some image"></a>
....
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(function() {        
        $j('#testtt').click(function(e) {
        e.preventDefault();
                $j('#imgFiche').nyroModalManual();
        });
        return false;
});
</script>

What is the expected output? What do you see instead?
Error, Ajax Loader Image

What version of the product are you using? On what operating system?
nyroModal-1.6.2
jquery/1.4.2/jquery.min.js

Please provide any additional information below.

a.error.call is not a function
http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
Line 130

BTW, I tried with none-google jquery code as well - same error
it happens on this image: <= IMPORTANT =>
http://ia.media-imdb.com/images/M/MV5BMTQ1MjcyOTA1N15BMl5BanBnXkFtZTcwNzEwMDgyMg@@._V1._SX93_SY140_.jpg

Apr 17, 2010
Project Member #1 nyro...@gmail.com
The image you mentionned got a 401 error.
So the error comes from here.
Status: Fixed
Apr 17, 2010
#2 pavelbar...@gmail.com
right, but the problem is that once JS gets that error - it gets stuck and there is
no way of going back or forward - just refresh the page 
Apr 18, 2010
Project Member #3 nyro...@gmail.com
Oh ok, sorry, I missunderstood.
Status: Accepted