Actually the problem was I had elemtents in the page that had a class yui-panel (or something like that) so they had the same z-index with the dialog.
----- Original Message ----
From: D. Wayne Fincher <slowlychillin@...>
To: ydn-javascript@yahoogroups.com
Sent: Monday, October 13, 2008 8:14:59 AM
Subject: [ydn-javascript] Re: how can I disable the background when SimpleDialog is shown?
From: D. Wayne Fincher <slowlychillin@...>
To: ydn-javascript@yahoogroups.com
Sent: Monday, October 13, 2008 8:14:59 AM
Subject: [ydn-javascript] Re: how can I disable the background when SimpleDialog is shown?
It sounds like the Dialog doesn't have a high enough z-index.
Is it rendered to the body element?
It would go something like
myDialog.render( document. body);
Assuming the Dialog is stored in "myDialog".
--- In ydn-javascript@ yahoogroups. com, "vasilije_2nd"
<vasilije_2nd@ ...> wrote:
>
> Using modal:true just fades the background page but doesnt disable any
> links in it. I tested this in firefox 3. Is there some other parameter
> I should set?
>