Search and Top Navigation
#2675 closed bug (worksforme)
Opened April 10, 2008 05:27PM UTC
Closed April 18, 2008 11:30AM UTC
Last modified May 24, 2008 03:39AM UTC
toJSONString button in dialog in JQuery UI 1.5b
Reported by: | bart.waggoner | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When showing a dialog with an OK and Cancel button, I also get a toJSONString button. I presume this is for debugging purposes, but I did not see an easy way to turn it off. JQuery UI 1.5b.
Here is how I create the dialog:
$("#sqlDlg").dialog({
title: "SQL Expression",
buttons: {
"OK": sqlDoOk,
"Cancel": sqlDoCancel
},
height: 225,
width: 530
});
Attachments (0)
Change History (3)
Changed April 16, 2008 08:31AM UTC by comment:1
owner: | paul → rworth |
---|
Changed April 18, 2008 11:30AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
I was not able to reproduce with the latest beta (1.5b2). If you're able to, please reopen and attach a test page demonstrating it.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted