I've confirmed your bug, seems a bit of trouble code from the contact group interface change of Bug 25906 - Cannot edit a Contact Group
Old Interface:

New Interface:

//depot/zcs/FRANKLIN/ZimbraWebClient/WebRoot/js/zimbraMail/abook/view/ZmGroupView.js 2008/05/27: Code:
// add delete button
var delListener = new AjxListener(this, this._delListener);
this._delButton = new DwtButton({parent:this, parentElement:(this._htmlElId + "_delButton")});
this._delButton.setText(ZmMsg.del);
this._delButton.addSelectionListener(delListener);
this._delButton.setEnabled(false);