> > 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

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev

Reply via email to