#8509 closed bug (duplicate)
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");
}
});
Change History (3)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | ui.core → ui.dialog |
---|
Note: See
TracTickets for help on using
tickets.
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.