I see this has been discussed before, but I cannot understand enough of the discussion to solve my problem. So forgive me if this is covering old ground.
If you look at the Table Events demo in the demobrowser, you will see a difference in behavior between Firefox 3.1/3.5 and IE7. In FF, the event generated by a right click is listed in the events log as contextMenu. In IE, it is cellClick. The context menu comes up in both cases. I want to dynamically generate the context menu when the user right clicks, based on the contents of the cel. Therefore, I am trying to listen to the contextMenu event and create the menu in the event handler. on the fly. This works in FF, but not in IE: the event handler is never called under IE, so my context menu never gets set. Is this a bug, or a known limitation of IE's event model? I can't seem to tell from the earlier posts on this subject. Dave -- View this message in context: http://www.nabble.com/contextMenu-event-doesn%27t-fire-in-IE-tp23101532p23101532.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
