|
From: <kar...@us...> - 2021-03-19 06:48:39
|
Revision: 18968
http://sourceforge.net/p/dcm4che/svn/18968
Author: karthikeyansan
Date: 2021-03-19 06:48:37 +0000 (Fri, 19 Mar 2021)
Log Message:
-----------
OV-234 - Series list context menu on image is not shown
Modified Paths:
--------------
oviyam/oviyam/trunk/web/js/TileContent.js
oviyam/oviyam/trunk/web/js/framecontent.js
Modified: oviyam/oviyam/trunk/web/js/TileContent.js
===================================================================
--- oviyam/oviyam/trunk/web/js/TileContent.js 2021-03-19 06:42:41 UTC (rev 18967)
+++ oviyam/oviyam/trunk/web/js/TileContent.js 2021-03-19 06:48:37 UTC (rev 18968)
@@ -159,6 +159,9 @@
toggleLayout();
}
});
+ $( "#canvasLayer2" ).contextmenu(function() {
+ loadContextMenu();
+ });
window.addEventListener('resize', resizeCanvas, false);
jQuery('#tool').html('');
Modified: oviyam/oviyam/trunk/web/js/framecontent.js
===================================================================
--- oviyam/oviyam/trunk/web/js/framecontent.js 2021-03-19 06:42:41 UTC (rev 18967)
+++ oviyam/oviyam/trunk/web/js/framecontent.js 2021-03-19 06:48:37 UTC (rev 18968)
@@ -127,7 +127,12 @@
// toggleResolution();
toggleLayout();
});
-
+ // jQuery("#canvasLayer2").click(function(e) {
+ // loadContextMenu();
+ // });
+ $( "#canvasLayer2" ).contextmenu(function() {
+ loadContextMenu();
+ });
window.addEventListener('resize', resizeCanvas, false);
jQuery('#tool').html('');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|