From 558d2e5d9af03768c9b5a79c4fa5da286db12741 Mon Sep 17 00:00:00 2001 From: denise Date: Fri, 20 Apr 2012 13:01:47 -0400 Subject: [PATCH] CC-3330: Regression in library behavior: left click anywhere in a row should bring up menu, right click anywhere in row should bring up metadata --- airtime_mvc/public/js/contextmenu/jquery.contextMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/contextmenu/jquery.contextMenu.js b/airtime_mvc/public/js/contextmenu/jquery.contextMenu.js index 4f97a0dc3..759f54334 100755 --- a/airtime_mvc/public/js/contextmenu/jquery.contextMenu.js +++ b/airtime_mvc/public/js/contextmenu/jquery.contextMenu.js @@ -310,7 +310,7 @@ var // currently active contextMenu trigger * if ignoreThisClick remains false, every right click * thereafter continues to show the menu */ - if (ignoreRightClick) { + if (handle.ignoreRightClick) { if (e.button == 2) { ignoreThisClick = true; }