Sure.Following is the code
snippet:$(document).on("dialog-ready",function(){ var
originalEvent=Vent.prototype._executeBubbleListeners
Vent.prototype._executeBubbleListeners = function(event){
if(event.type!="mousedown") { originalEvent(event); }}})This shall
work.Lemme know if it works.you must handle the exceptions as well later
for js.