From: Robert R. <rra...@ya...> - 2000-12-06 15:40:27
|
Somehow I missed your post before. Anyway, I got your fixes for IE to work, but a do have one question. What is this for: if (is.ie) { if (evt.browserReturn==false) e.returnValue=false } I did not apply this, and your patch still works. Also, the cursor for IE needs to be set oncreate as well, because if you do setSelectable before the create it will never be set. I updated it in CVS. I did not include the fixes for NS yet, as I have not tested it. -- // Robert Rainwater On 12/6/2000, 4:24:08 AM EST, Guangyi wrote about "[Dynapi-Dev] Label Cover Bug": >> >> 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. > br > George > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |