Hi, I've been working on a custom UI for an application, and to prevent me having to deal with every crazy user request for layout changes, made it customisable.
Works fine for divs etc, I can layout the the various objects that make up the UI, click my edit button that makes anything that needs to be draggable, draggable and then save the positions to a database for the next time the user pulls up that form. Except ... textareas, buttons and input fields all seem to be a problem ... wrapping them in a <div> block produces a div that is the same size as the button, so you still can't get a handle to drag it with ... I suppose I could pad out the div and click just off the side of the button to drag, but then it would be tricky to know which button you were about to pick up when trying to move one button in a block of buttons ... has anyone else got dragging to work on buttons? I suspect the button is stealign focus ... but i don't really know. -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@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.