Custom Query (7259 matches)
Results (25 - 27 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3783 | fixed | "slide" callback not executing with jQuery 1.3b2 | ||
Description |
While testing my Scrollodex plugin (http://jquery.kuzemchak.net/scrollodex.php) for compatibility with jQuery 1.3, I found that the the slide callback was not executing. Scrollodex requires the slider functionality to operate, and with jQuery 1.3b2, neither 1.5.x nor 1.6rc4 would trigger the callback. |
|||
#4746 | worksforme | "stop" draggable event never gets called in safari | ||
Description |
I have the following piece of code which works fine on IE and Firefox: $('#mylist').draggable({ distance: 100, helper: 'clone', opacity : 0.35, revert: 'valid', stop: function(event, ui) { $(this).remove(); } } ); On safari, the dragging works, but the "stop" event never gets called. |
|||
#10688 | notabug | "undefined" in jquery.ui.theme.min.css | ||
Description |
In the download on your homepage of the 1.9.2 version of jQuery UI (http://jqueryui.com/resources/download/jquery-ui-1.9.2.zip) the "development-bundle/themes/base/minified/jquery.ui.theme.min.css" file contains nothing but the default comment and "undefined". The minification source css file jquery.ui.theme.css seems to be fine, though. Would be nice if there would be a fix for this, even though it is just a legacy download. But those should work, too. Thanks. func0der |