Patches item #799368, was opened at 2003-09-02 20:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305757&aid=799368&group_id=5757

Category: DynAPI 3 API
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Romianowski (antarapero)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSIE 6 WinXP: Error raised importing dynapi.api.MouseEvent

Initial Comment:
Hi,



if I import dynapi.api.MouseEvent I get some strange

error messages saying that a variable is undefined. I

tracked

it down to mouse_ie.js. I changed Line 70ff like this:



if (e.type=="mouseout" || e.type=="mouseover") {

        if (r && src && (r==src||src.isParentOf(r))) return;

//fix for #15 (ie only)

        if (r && src && (r == src.parent ||

r.isChildOf(src.parent)) ) me.bubble=false;

}



The only difference to the original source is that src

is checked for "undefined", too. That did the trick for me.



The error was hardly reproducable, only one page I did

had this error (after whirling the mousepointer around

the screen ;)



BTW: DynAPI 3 is a huge step ahead! Great, great work!



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305757&aid=799368&group_id=5757


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to