Custom Query (7259 matches)
Results (70 - 72 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1778 | duplicate | Error on Sortables in jQuery UI 1.0 | ||
Description |
The plug-in "Sortables" not working in the FireFox 2.0.7 |
|||
#1783 | fixed | Draggable cursor setting does not change | ||
Description |
Setting cursor parameter does not work using draggables. Tested with OSX FF2 and Safari. $("#something").draggable({ cursor : "move" }); Workaround is to use something like following: $("#something").draggable({ cursor : "move", start : function(event, ui) { $(this).css('cursor','move'); }, stop : function(event, ui) { $(this).css('cursor','default'); } }); |
|||
#1784 | fixed | Make overlapping of multiple handlers optional | ||
Description |
When using multiple handlers they are not allowed to overlap / pass each other. Make it optional via new configuration options. For example dontOverLap. Patch included. |
Note: See TracQuery
for help on using queries.