hi,

there was/is an issue in tracking mouseevents in ie6 when the mouse moves over an layer containing an image.

here's the fix suggested by Jordi Ministral.

dynlayer.js line 162

if (is.ie55 && this.bgImage==null && this.html==null)...

to be replaced with

if ((is.ie55 ||is.ie6) && this.bgImage==null && this.html==null)...

... and it works like a charm, (thanx a bunch - Jordi)

any particular reason for this fix not going into the release build ?????

i was just curious about it ;-)

happy hacking
regardz,
ramesh pallikara

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ [EMAIL PROTECTED] ]~~~

There are two ways to write error-free programs. Only the third one works.

~~~[ AdventNet Inc, 91 - 44 - 243 12 15, 243 11 15 Extn. 216 ]~~~~~~~~~~




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to