#14366 closed bug (notabug)
complete related function doesn't work
Reported by: | 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 follow-up: 2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Replying to scott.gonzalez:
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
http://bugs.jqueryui.com/ticket/9478