Bug Tracker

Ticket #2675 (closed bug: worksforme)

Opened 5 months ago

Last modified 4 months ago

toJSONString button in dialog in JQuery UI 1.5b

Reported by: bart.waggoner Assigned to: rworth
Type: bug Priority: major
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 5 months ago by paul

  • owner changed from paul to rworth

Changed 4 months ago by rworth

  • status changed from new to closed
  • resolution set to worksforme

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.

Note: See TracTickets for help on using tickets.