Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    onRightMouseDown on Firefox?

    Hi, I am trying to get a popup menu to work on a grid with Right Mouse click. this works in Chrome, but not on Firefox 4.0.1. Is this a known issue?

    I see that the handler is called, but even after event.cancel(), the firefox right click menu still show up and my own menu doesn't.

    works perfectly fine in Chrome. any ideas?

    #2
    is this a well-know limitation or just a dumb question?

    Comment


      #3
      Hi

      you please check the event is happening or not , by asking any messages,

      you can check by adding addShowContextMenuHandler()

      if that works .. i think you may add the component need to trigger popup is added in a canvas..may be some components are come front..

      so pls use the method for the component want to trigger popup by
      component.bringToFront();

      try it !!

      Comment


        #4
        Scan the docs for showCellContextMenus

        Comment

        Working...
        X