Patches item #799368, was opened at 2003-09-02 20:14
Message generated for change (Comment added) made by antarapero
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!



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

>Comment By: Peter Romianowski (antarapero)
Date: 2003-09-12 16:29

Message:
Logged In: YES 
user_id=346105

Hi Raymond,



no, just tested it with IE6 on WinXP. If you are asking

because of incompatibility issues that may arise applying

this patch - I don't think there are any. Really the only

thing I did is adding another check to assure that src is

not undefined. Otherwise it raises a "Object undefined has

no"-blablabla thing ;)



Regards

Peter Romianowski

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

Comment By: Raymond Irving (xwisdom)
Date: 2003-09-05 16:16

Message:
Logged In: YES 
user_id=696242

Hi,



Have you tested this with IE 4, 5 and 6?



--

Raymond Irving

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

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