Side navigation
#14366 closed bug (notabug)
Opened September 16, 2013 09:28PM UTC
Closed September 16, 2013 09:34PM UTC
Last modified September 17, 2013 08:11PM UTC
complete related function doesn't work
Reported by: | s.bellezzaquater@alice.it | 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.
Attachments (0)
Change History (2)
Changed September 16, 2013 09:34PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed September 17, 2013 08:11PM UTC by comment:2
Replying to [comment:1 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
http://bugs.jqueryui.com/ticket/9478