Hello, I am using jQuery UI 1.5.3 along with jQuery 1.2.6. I am creating a modal dialog that displays some text and has two input boxes. The dialog appears and everything works fine with the exception that all keyboard action seems to be disabled. The user cannot enter any text in the input boxes at all. Mouse actions appear to function properly. For example, I can cut and paste text into the text boxes.
If I set the modal property to false, I can enter text into the input boxes. The problems mentioned above only occur when the modal property is set to true. Included below is my call for the dialog. If further code is necessary to tease out the problem, I can post, I just didn't want to muddy the waters. $('#addCode').click(function(){ $("#ddpListContainer").dialog('open'); }); $("#ddpListContainer").dialog({ autoOpen: false, bgiframe: true, height: 575, width:650, modal: true, resizable:false }); Thanks in advance for any assistance that you can offer. -Robert Eberhart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---