Custom Query (7259 matches)
Results (97 - 99 of 7259)
Ticket | Resolution | Summary | Owner | Reporter | ||
---|---|---|---|---|---|---|
#2014 | fixed | UI Sortable: opacity effect | ||||
Description |
I suggest to add another mode of how sortable element disappears on a sortstart and appears on new position on sortstop.
File with the code is attached to this ticket. |
|||||
#2017 | fixed | UI sortable start callback | ||||
Description |
It would be nice to exchange places of triggering sortstart event and hiding element with visibility:hidden. I.e. this: $(this.element).triggerHandler("sortstart", [e, that.prepareCallbackObj(this)], o.start); $(this.element).css('visibility', 'hidden'); should become this: $(this.element).css('visibility', 'hidden'); $(this.element).triggerHandler("sortstart", [e, that.prepareCallbackObj(this)], o.start); doing so will give more control for interface designers to style their sortable elements behaviour. Example of usage: stuffContent.sortable({ start: function (e, el) { $(this).css({visibility : "visible", opacity: "0.15"}); }, stop: function (e, el) { $(this).css({visibility : "visible", opacity: "1"}); }, |
|||||
#2019 | fixed | ui.resizable misses option "snap to grid" and "animation/fx" | ||||
Description |
- Hi, The resizables miss the option to snap to a grid (e.g. snap to 5px grid only). Not for me, but other will ask for animation/fx options. djot - |
Note: See TracQuery
for help on using queries.