I'm having problems with the drag and drop function. See the page at the link below. Scroll in the window and see what the "draggable" element does. The move area is the border of the window.
http://in-wien.com/test/draggable/bug.htm
Thanks Philipp
The optional "cancel" parameter may stop it.
$('#testdiv').draggable( { stack: "#dragset div.uix", cursor: 'move', opacity: 0.5, handle: '.outbox', cancel: '.contentbox' });
:)
Source: https://habr.com/ru/post/1380981/More articles:Fulfilling HashSet requests and Linq - performanceHow to properly add CLASSPATH to a JRuby on Rails project? - jrubyIs it possible to rename a volume label with extension without installing / renaming / unmounting / mounting? - filesystemsExtendScript debug jsfl for Flash CS5 - extendscriptHow to iterate onlytop-level table tags - jqueryMultiple array echo with foreach statement in php - arraysFixnum seen as an array in Ruby - arraysWhen Can't You Use SafeHandle Over Finalizer / IDisposable? - c #Can a .NET assembly be checked independently of any other assemblies that it can reference? - .netUnfamiliar notations found in a book on computer science - boolean-expressionAll Articles