I'm going to assume you mean 1.6rc6 as rc2 didn't have a shadow option. This
bug has been fixed in trunk by removing the shadow option completely (for
this release). In the future, discussion of jQuery UI bugs should be on the
jQuery UI Dev list:

http://groups.google.com/group/jquery-ui-dev

Here's a related thread there:

http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/93e0639d1de9ad29

Thanks.

- Richard

On Wed, Feb 11, 2009 at 6:37 AM, Supratik <supratiksek...@gmail.com> wrote:

>
> Hi,
> I am using the jQuery UI 1.6rc2, when I use the following sample code
> I am able to drag my dialog box.
> <script>
>  $(document).ready(function(){
>    $("#dialog").dialog({
>                resizable: false
>
>        });
>  });
>  </script>
>
> Now, if I add the option "shadow: false" to hide the shadow of the
> dialog, the shadow disappears but when
> I try to  drag the dialog I get an error message as "this.shadow is
> undefined".
> Please let me know if I am going wrong with the following code, or if
> it is a bug.
>
> <script>
>  $(document).ready(function(){
>    $("#dialog").dialog({
>                shadow: false,
>                resizable: false
>
>        });
>  });
>  </script>
>
> Supratik
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to