I think he's asking for the cursor to change when hovering over a
handle, like what happens when you hover over dialog's titlebar.

This could definitely be done by the user by just defining the
appropriate rules in a stylesheet.  We could potentially do this in
the plugin by adding a class of ui-draggable-handle.

sure, try adding this to your stylesheet:
#row-1 .container >.hroot .optionbar,
#row-1 .container >.vroot .optionbar {
    cursor: move;
}

I've got to wonder though why we support a cursor option, shouldn't we
be doing this via CSS not JavaScript?


On Mar 14, 6:34 am, "Richard D. Worth" <[email protected]> wrote:
> Works for me:
>
> http://jsbin.com/ikufe
>
> - Richard
>
> On Fri, Mar 13, 2009 at 10:27 AM, sure <[email protected]> wrote:
>
> > Hi,
> >    Thanks for your response. It dosen't appear with move icon.
>
> > Regards
> > sure
>
> > On Mar 13, 2:46 pm, Paul Bakaus <[email protected]> wrote:
> > > Hi,
> > > what exactly doesn't work here? Is the cursor not 'move' during the drag?
>
> > > On Fri, Mar 13, 2009 at 8:13 AM, sure <[email protected]> wrote:
>
> > > > Hi all,
> > > >         I wonder why draggable cursor do not work for handle option
> > > > properly. Is there anything to do for work this properly. Any
> > > > suggestions or help would be more appreciated.
>
> > > > $("#row-1 .container >.hroot,#row-1 .container >.vroot").draggable
> > > > ({cursor:"move",handle:".optionbar",containment:$("#row-1").length ?
> > > > "#row-1" :"document"});
>
> > > > with Regards
> > > > sure
>
> > > --
> > > Paul Bakaus
> > > UI Architect
> > > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to