I'm working on a drag and drop interface where you drag items from a palette box onto one of several columns.
The palette box item is wider than the columns I am dragging to, so when I start the drag I create a helper that is the same width as the columns. The problem that I'm having is that if I start the drag by clicking off to the right side of the palette box, then my mouse is no longer on the helper when it resizes. Is there some way to adjust the position of the helper when you create it (or even when the drag event is fired), so that the helper is always under the mouse? -- View this message in context: http://old.nabble.com/Resizing-Draggable-JQuery-UI-helper-tp27720952s27240p27720952.html Sent from the jQuery UI Discussion mailing list archive at Nabble.com. -- 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.
