Author: hnategh
New Revision: 55608
URL: http://svn.stylite.de/viewvc/egroupware?rev=55608&view=rev
Log:
Mobile theme W.I.P.:
- Fix contextmenu is not working on Safari 9
Modified:
trunk/phpgwapi/js/egw_action/egw_action_popup.js
— trunk/phpgwapi/js/egw_action/egw_action_popup.js (original)
+++ trunk/phpgwapi/js/egw_action/egw_action_popup.js Mon Apr 4 09:59:49 2016
@@ -291,7 +291,9 @@
}
return !e.cancelBubble;
};
-
// Safari still needs the taphold to trigger contextmenu
-
// Chrome has default event on touch and hold which acts like right click
-
$j(_node).bind('taphold', contextHandler);
$j(_node).on('contextmenu', contextHandler);
};
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs