From: Robert R. <rra...@ya...> - 2001-02-11 19:55:22
|
I believe the right click context menu disabling can be removed. I don't see why it is needed. Unless it kills the events, it should be removed since it doesn't work cross-browser anyways. I though this was removed a few weeks back but it must not have. -- // Robert Rainwater On 2/11/2001, 11:02:33 AM EST, Glen wrote about "[Dynapi-Dev] buttons bug??": > I can answer some of this. "Dynapi.gui.loadpanel-file1" and "dynapi.gui.loadpanel-file2", are part of the dynapi.gui.loadpanel. They are the files that get loaded. ;-) > The right click context menu is disabled so the right click can be captured for other events. Right click on the square in examples/dynapi.api.mouseevents.htm :-) > http://sandymermaid.com/examples/dynapi.api.mouseevents.htm > It can be changed in the events js in the api folder. > The buttons stay on if you release outside the button area, because the event is fired onmouseup. You can add an onmouseup eventListener to the document, if you want, to get the affect you want. > Please read the faq at > http://sourceforge.net/docman/display_doc.php?docid=656&group_id=5757 > Glen > ----- Original Message ----- > From: Roberto Peña > To: dyn...@li... > Sent: Sunday, February 11, 2001 12:52 PM > Subject: [Dynapi-Dev] buttons bug?? > hey you've done a great work!! > maybe I just have not read enough but I think you haven't noticed that buttons may get stuck if you click on them, hold and release outside the button; if you do this the button gets stuck and > follows the mousepointer when you move it (on scrollbars) or stays pressed (on regular buttons). > as I told you I haven't read all your manual, I found it yesterday; so I don't know if its really a bug on your code, I think you did this because of the mousepointer events, you can not see the > pop up menu when you rightclick on some pages from the examples. > and you've got 2 files in your examples which are nothing: "dynapi.gui.loadpanel-file1" and "dynapi.gui.loadpanel-file2" > I've just downloded your: > Version 2001.01.25 > I'd like you to write back, just send a "keep on reading!!" if I'm wrong or "ok" if I'm right ---------------------- DynAPI Snapshots: http://dynapi.sourceforge.net/snapshot/ DynAPI Homepage: http://dynapi.sourceforge.net/ |