Bug Tracker

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#14366 closed bug (notabug)

complete related function doesn't work

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:

Description

Hi. I have an issue. Please, help me, if you can I use jquery-ui-1.10.3.custom.min, IE10 This is my code

$('#Messaggi').dialog({

autoOpen: true, resizable: false, closeOnEscape: true, position: 'center', modal: true, buttons: [{ text: "OK", tabindex: -1, click: function () { $(this).dialog('close') } }], show: { effect: 'fade', complete: function () { $(this).keypress(function (e) { if (e.keyCode == $.ui.keyCode.ENTER) { $("#Messaggi").dialog("close") } }) } }

});

What is written after complete: doesn’t work. That is, if I press ENTER key nothing happens. It tried it with jquery-ui-1.9.2.custom.min and it works fine. Is it a bug? If it is so, when do you think you will fix it? Thanks a lot for your answer.

Change History (2)

comment:1 Changed 10 years ago by scottgonzalez

Resolution: notabug
Status: newclosed

comment:2 in reply to:  1 Changed 10 years ago by [email protected]

Replying to scott.gonzalez:

http://bugs.jqueryui.com/ticket/9478

Thanks a lot for your answer. I have tried to change the line you said but nothing. It doesn't work yet. It seem nothing is changed. In 1.9.2 version the line in the same of the 1.10.3 version. Now all my scripts within complete method doesn't work anymore. What can I do? Thanks Silvio Bellezza Quater

Note: See TracTickets for help on using tickets.