change parentElement to parentNode

This commit is contained in:
David Delikat 2011-11-12 03:40:28 +00:00
parent 26244635e1
commit e0ab5eac47

View file

@ -1020,7 +1020,7 @@ WebGUI.Admin.prototype.showHelperMenu
context : [ elem, 'tl', 'bl' ],
effect: { effect: YAHOO.widget.ContainerEffect.FADE, duration:0.25 }
} );
this.helperMenu.render( elem.parentElement );
this.helperMenu.render( elem.parentNode );
this.helperMenu.show();
this.helperMenu.focus();
};