Issue 117: IE issue
Status:  WontFix
Owner: ----
Closed:  Jan 2009
Reported by supp...@gouramidesign.com, Nov 23, 2008
I think this is an issue with the puglin rather than something im not doing
right, but either way, hopefully a solution will present itself.

i'm using the Manual Click method;

    jQuery(function(){
        jQuery('.project a').click(function(e) {
        e.preventDefault();
        jQuery.nyroModalManual({
            url: jQuery(this).attr('href')
        });
        return false;
        });
    });

It works in all other browsers, firefox, safari and opera.  But in IE 6 -7
I get a runtime error (Invalid argument).

The debug reports the error on this line:
if(c!=undefined)d[e]=c;return d[e]}}

Has anyone got any suggestions?



What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Nov 23, 2008
#1 supp...@gouramidesign.com
Kinda Fixed this issue.

Instead on manually attaching this click, I just set the  $('.project a').nyroModal();

So I don't know if there is an issue with the Manual Click?


Nov 24, 2008
Project Member #2 nyro...@gmail.com
In which file the error occurs?
in jquery or nyroModal?
If it's in nyroModal, could you use the non-compressed version and wrote me again the
debug report please?
Jan 27, 2009
Project Member #3 nyro...@gmail.com
(No comment was entered for this change.)
Status: WontFix