[jQuery] Bug:
[jQuery] Bug:
Should I submit bug report or did I miss some change I need to
implement on below issue?
In 1.1.2 using
$t("#event_" + EventArray[i].ID).Draggable({
axis: 'horizontally',
ghosting: true,
opacity: 0.5,
fx: 300,
grid: [daySize,0]
});
I get my bars to drag and when you lift off the mouse button the slide
right into place where the ghost bar is....
But in 1.1.3 I get the ghost bar moving like I want but the actually
bar does not slide into place...
anyone have a quick fix or do i need to submit bug?