EasyUI Forum

General Category => Bug Report => Topic started by: iceh on November 23, 2013, 10:13:07 AM



Title: Fixed: tree / onContextMenu issue on IE11 / Win7
Post by: iceh on November 23, 2013, 10:13:07 AM
I got an issue with the tree in IE 11.

I can't get the context menu working.

_397 is null

Code:
function _37f(_396,_397,_398){
var t=$(_397);
if(_398){
t.addClass("menu-item-disabled");
if(_397.onclick){
_397.onclick1=_397.onclick;
_397.onclick=null;
....

Edit: 1.3.4

Edit2: Typo in one of my sublibraries


Title: Re: Fixed: tree / onContextMenu issue on IE11 / Win7
Post by: stworthy on November 23, 2013, 11:49:59 PM
Please try running http://www.jeasyui.com/demo/main/index.php?plugin=Tree&theme=default&dir=ltr&pitem=Tree%20Context%20Menu in your browser to see if some errors occur. Or provide your test code that can reproduce your problem.


Title: Re: Fixed: tree / onContextMenu issue on IE11 / Win7
Post by: mrplayq on May 15, 2014, 05:13:16 PM
This is still not working properly, not even in the latest version 1.3.6.
Please see  ../demo/Tree/contextMenu.html in any browser, FireFox in particular!