From: Scott A. L. <sc...@sc...> - 2000-10-27 20:57:45
|
Hey Darin, welcome back! The context menu has been disabled so right-click events could be captured by DynAPI for custom handlers. But I see no reason why we couldn't have a boolean switch somewhere. In the meantime, remove this line from the bottom of captureEvents in events.js if (type=="rtmousedown" || type=="rtmouseup") return false If my mods are approved, the changes I made to events.js will trap the mouse button and expose it on the MouseEvent, eliminating the need for "rtmousedown" handlers. You can just test for the button type in your regular mousedown and branch from there. Darin Kadrioski wrote: > > On a side note, I think I like this mailing-list *far* better then the > forums :) > > Trying out the LITE packages. Excellent idea, however you would never be > able to use the dyndocument lite in it's current incarnation and be able to > handle a resize situation. Without the getX, getW, etc.. an error will > occur. > > Has anyone else noticed that IE's normal right-click capabilities are now > disabled? This can be a nice feature for some pages, but how does one turn > it back on? > > I know I haven't been very involved in the DynAPI lately, but rest assured > I've been busy. I should be finishing up my component pack shortly! :) > > Cheers. > > -------------------------------------------------- > Darin Kadrioski > Applications/Internet Developer > > > Electronic Freight Exchange, Corp. > dka...@ef... > (916) 933-0724 x315 > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-dev |