Dataview mouse events not working in IE

Hi…

Dataview mouse events like

data.on_mouse_move[“my_imagex”] = function(e){

	 		}  

data.attachEvent(“onMouseMove”, mark);

data.attachEvent(“onMouseMoving”,function(e){

})

are not working in IE…please help me out…

Thanks
Seenu

For which version of IE problem occurs?
( beware that component was designed for standard mode of IE, quirks mode can have problems )

Hi…

IE Version 8.0.6001

Thanks
Seenu

Please check the attached sample - it uses the latest dataview and mouse event correctly works in IE8 while testing from our side.
1310558798.zip (18.1 KB)