Fiddle: http://ift.tt/1KlqdjG

Ext version tested:



  • Ext 5.1.0.107

  • Ext 5.0.1.1255

  • Ext 5.0.0.970

  • Ext 5.0.0.736

  • Ext 4.2.1.883 (working as expected!)


Browser versions tested against:

  • FF 34.0.5

  • IE11 (working as expected!)

  • Chrome 39 (working as expected!)


Description:

  • The CellEditing plugin ignores right mouse clicks (opens the browser context menu or a custom one) in Chrome and IE, but triggers edit in FireFox.


Steps to reproduce the problem:

  • Create grid with CellEditing plugin

  • Right click in cell


The result that was expected:

  • Right click should open the browser context menu or a custom context menu


The result that occurs instead:

  • triggers edit in FF, cell editing AND browser context menu are shown