From: Simon D. M. <di...@bi...> - 2000-12-06 18:45:22
|
> > It looks like in IE (I haven't tested NS), that these events are not > > fired: > > > > this.selectListener.onmousemove, etc. > > > > These should be fired when you say setSelectable(false). > > > > This could be one of the problems with IE not working. > > > The onmousemove event is not fired because it is not registered > for DynLayer > in the event.js. > > I posted a patch for the label, containing event.js and label.js based on > 12.01 beta in a zip file, a few days ago. It should be fixed in the patch. I tested you your patch and it worked fine. I guess the IE specific method that Dan was mentioning was document.selection.clear() but your patched code worked fine without it. I did notice that cancelling the mousemove was enough to turn of selection for ns4 and ie5 while ns6 needed the mousedown cancelled as well. Not sure why. Dicon |