[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
Fixed http://dev.jqueryui.com/ticket/4050 Thanks again. - Richard On Mon, Feb 2, 2009 at 2:00 PM, Richard D. Worth wrote: > > On Mon, Feb 2, 2009 at 1:58 PM, Joshua Langner > wrote: > >> >> Also I noticed an interesting issue. Using Firebug to view the DOM I >> can see that the following cla

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
On Mon, Feb 2, 2009 at 1:46 PM, Joshua Langner wrote: > > Is the UI CSS 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. The jQuery UI CSS Framework is new starting in 1.6

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Richard D. Worth
On Mon, Feb 2, 2009 at 1:58 PM, Joshua Langner wrote: > > 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 "u

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Joshua Langner
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 Java

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-02-02 Thread Joshua Langner
Is the UI CSS 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" wrote: > Sorry, I read your 2nd email more closely than your first. I se

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-01-30 Thread Richard D. Worth
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 jQuery UI CSS Framework: http://jquery-ui.googlecode.com/svn/tags/1.6rc6/themes/base/ui.core.css"; rel="stylesheet" /> http://jquery-ui.googlecode.com/svn/tags/1.6rc6/th

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-01-30 Thread Richard D. Worth
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 wrote: > > I've added the overlay CSS but I am still unable to use an overlay > with UI Dialog in rc6... > > .ui-widget-overlay{

[jquery-ui] Re: UI Dialog - Modal Overlay is broken in rc6

2009-01-30 Thread Nikola
I've added the overlay CSS but I am still unable to use an overlay with UI Dialog in rc6... .ui-widget-overlay{ opacity: .5; filter: alpha(opacity=50); -moz-opacity: 0.5; background: #00; } On Jan 30, 11:28 pm, Nikola wrote: > Hello, > > In trying out rc6 I've found that I cannot use the mo