mirror of https://gitee.com/bigwinds/arangodb
the lib does not work properly with firefox, so the part of the lib is deactivated.
This commit is contained in:
parent
cd43b58d53
commit
f0e19f8aaa
|
@ -220,7 +220,10 @@
|
||||||
}
|
}
|
||||||
$c.css( {top:pos.y+"px", left:pos.x+"px", position:"absolute",zIndex:9999} )[cmenu.showTransition](cmenu.showSpeed,((cmenu.showCallback)?function(){cmenu.showCallback.call(cmenu);}:null));
|
$c.css( {top:pos.y+"px", left:pos.x+"px", position:"absolute",zIndex:9999} )[cmenu.showTransition](cmenu.showSpeed,((cmenu.showCallback)?function(){cmenu.showCallback.call(cmenu);}:null));
|
||||||
cmenu.shown=true;
|
cmenu.shown=true;
|
||||||
$(document).one('click',null,function(){cmenu.hide()}); // Handle a single click to the document to hide the menu
|
/**
|
||||||
|
* Does not work properly with Firefox,
|
||||||
|
*/
|
||||||
|
// $(document).one('click',null,function(){cmenu.hide()}); // Handle a single click to the document to hide the menu
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue