Richard,
Yes my dialog box has modal option set to true. I have only tested
this in IE8 and have not checked it in any other browser for now, as
my application currently works only in IE8.
The problem looks similar to the one you have pointed out. Let me give
more details about the problems I have encountered so far.
Opening and closing the dialog randomly I found that at times the
select box in the dialog does not display any list of items even
though I had set them onload of my main page much before I open the
dialog itself. This again happens randomly (not the first time dialog
opens but subsequent reopens) and I could not figure out any pattern
when the items in select box gets displayed and when not. In order to
put a work around I added beforeClose option for the dialog in which I
reset the select box options of my dialog again with the same options
I set when I load my main page. Since then I have not observed select
box in dialog miss displaying options items when it reopens.
Next I encountered the problem which I have mention below.
In a different dialog box I have encountered another problem (it looks
similar) in which date selected by user using jquery datepicker plug-
in does not update the input box (with which I associate date picker).
Again this does happen randomly (only on reopens and not the first
time).
Is there are any work around of this which I can implement for now?
This help me and any others who need a fix immediately.
Nitin
On Aug 4, 3:17 pm, "Richard D. Worth" <
rdwo...@gmail.com> wrote:
> Do you have the modal option set to true? Does this happen in multiple
> browsers? Because it sounds very similar to this issue:
http://dev.jqueryui.com/ticket/4706
>
> If not, it would be great to have this entered as a separate ticket:
>
>
http://dev.jqueryui.com/newticket(note: requires registration)
>
> Thanks.
>
> - Richard
>
>
>
> On Mon, Aug 3, 2009 at 12:18 PM, Nitin <
nitins.shu...@gmail.com> wrote:
>
> > Hello,
>
> > I am using Jquery Dialog box which has a select options (drop down).
> > The dialog is initialially hidden and on some event on main page I
> > display the dialog. The dialog has couple of buttons Add and Cancel.
> > On clicking Add I need to check the option selected and process it
> > accordingly and close the dialog. User can reopen the dialog by firing
> > the same event on the main page and make another selection and add it.
>
> > The problem I am facing is that the first time the dialog is opened
> > and option selected, I am able to determine the user's selection but
> > subsquent opening of dialog at times doesn't give be the user
> > selection. The selection index is -1. This does not happen in all the
> > time the dialog is reopened by random times. I am unable to figure or
> > zero down to what is the issue.
>
> > Any help/pointers to help me understand what is going wrong and
> > possible solution to is deeply appreciated.
>
> > Nitin- Hide quoted text -
>
> - Show quoted text -