Skip to main content

Search and Top Navigation

#8509 closed bug (duplicate)

Opened August 20, 2012 02:11AM UTC

Closed August 20, 2012 02:17AM UTC

Last modified August 20, 2012 02:17AM UTC

Same to #8033 TICKET--Extra button appears

Reported by: johnjinau Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.23
Keywords: Cc:
Blocked by: Blocking:
Description

I have Array.prototype.myfunction

There is another button called myfunction appears to the dialog.

If I close the dialog and open again, this extra button disappeared.

$("#dlg").dialog({ width: 380, height: "450", title: "Set xxx", modal: true,

buttons: [

{ text: "Update",

click: function () {

crm_price_obj.change_tracker(mk,tracker,ln);

}

},

{ text: "Cancel",

click: function () {

$(this).dialog("close");

}

}

],

open: function () {

myoption = $("#add_budget_dlg > table > tbody > tr[tid='" + tracker + "'] > td > input[name='chk_budget']").attr("checked", "checked");

}

});

Attachments (0)
Change History (3)

Changed August 20, 2012 02:17AM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

I've already provided a reduced test case showing this is not a problem. Either provide a test case showing otherwise or this is not a bug.

Changed August 20, 2012 02:17AM UTC by scottgonzalez comment:2

Duplicate of #8033.

Changed August 20, 2012 02:17AM UTC by scottgonzalez comment:3

component: ui.coreui.dialog