|
Title: draggable init bug Post by: BegeMode on April 22, 2013, 11:52:03 PM create a draggable element that initially he disabled.
Code: $('.selector').draggable({Code: if(_32.disabled==true){then I make it enabled, event handlers and proxy need to be defined again Title: Re: draggable init bug Post by: BegeMode on May 07, 2013, 11:32:56 PM if initially draggable element is disabled, it is not initialised !!!
why is this happening can be seen from the source: Code: $.fn.draggable = function(options, param){initialization occurs below: Code: var handle = null; Title: Re: draggable init bug Post by: BegeMode on May 30, 2013, 06:59:00 AM no reaction ((((
EasyUI a good framework, but the lack of response to the detected errors can not make it better ((( Title: Re: draggable init bug Post by: stworthy on May 30, 2013, 08:24:48 PM This issue has been fixed, the updated draggable plugin can be downloaded from http://www.jeasyui.com/easyui/plugins/jquery.draggable.js.
|