Also I noticed an interesting issue. Using Firebug to view the DOM I
can see that the following classes are applied to the parent dialog
container: "ui-dialog ui-widget ui-widget-content ui-corner-all
undefined ui-draggable"

Is "undefined" the correct name, or is that perhaps the result of a
JavaScript gone bad?

Thanks.

On Feb 2, 1:46 pm, Joshua Langner <joshua.lang...@gmail.com> wrote:
> Is theUICSS framework new for version 1.6rc6? I've not used it at
> all before and have had no issues until upgrading to rc6. I'm having
> the same problem -- overlay is not displaying.
>
> On Jan 31, 12:33 am, "Richard D. Worth" <rdwo...@gmail.com> wrote:
>
> > Sorry, I read your 2nd email more closely than your first. I see you already
> > shared a sample now.
>
> > Looks like you're missing the jQueryUICSS Framework:
>
> > <link type="text/css" 
> > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.core.css";
> > rel="stylesheet" />
> > <link type="text/css" 
> > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.dialog...";
> > rel="stylesheet" />
> > <link type="text/css" 
> > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.theme.css";
> > rel="stylesheet" />
>
> > or
>
> > <link type="text/css" 
> > href="http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.all.css";
> > rel="stylesheet" />
>
> > Or you can download a custom theme from ThemeRoller 
> > (http://jqueryui.com/themeroller).
>
> > - Richard
>
> > On Sat, Jan 31, 2009 at 12:27 AM, Richard D. Worth <rdwo...@gmail.com>wrote:
>
> > > Did you set modal to true? That's the only time the overlay will be added.
> > > Otherwise, can you share a sample page?
>
> > > - Richard
>
> > > On Fri, Jan 30, 2009 at 11:52 PM, Nikola <nik.cod...@gmail.com> wrote:
>
> > >> I've added the overlay CSS but I am still unable to use an overlay
> > >> withUIDialogin rc6...
>
> > >> .ui-widget-overlay{
> > >> opacity: .5;
> > >> filter: alpha(opacity=50);
> > >> -moz-opacity: 0.5;
> > >> background: #000000;
> > >> }
>
> > >> On Jan 30, 11:28 pm, Nikola <nik.cod...@gmail.com> wrote:
> > >> > Hello,
>
> > >> > In trying out rc6 I've found that I cannot use the modal overlay.  I
> > >> > reduced the page I was working on to a minimal test case and then also
> > >> > tried rc6 out on a previous minimal test case I already had up at
> > >> > jsbin.com.  Here is a link to the test case. I have commented out the
> > >> > link to rc5 and added the rc6 link.  You can just comment rc6 out and
> > >> > try it with rc5 to confirm it functions.  I haven't been able to use
> > >> > any modal overlays so far in rc6 in any of the test cases I've put
> > >> > together.  I am stumped.
>
> > >> >http://jsbin.com/ivide/edit
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to