thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

about dragged.lobiPanel #23

Open sama55 opened 7 years ago

sama55 commented 7 years ago

Thank you for your excellent plugin. Now, I'm testing it. One issue exists on my environment. My environment is same with "Multiple panels with drag & drop" example. http://lobianijs.com/site/lobipanel#lobipanel-multiple When I dragged panel, "dragged.lobiPanel" event do not occur. But, another panel events occur. For example, when I dragged panelA from left side to right side, events of panelB and panelC occur. Do I have a basic misunderstanding about "dragged.lobiPanel" event? Best regards.

thecodeholic commented 7 years ago

Ok. I agree. There is problem in this event. Arguments are not given correctly

sama55 commented 7 years ago

Thanks arboshiki.