Rowdy Klijnsmit

Results 11 comments of Rowdy Klijnsmit

@Alex-D I agree with @ozgurg the callback is to allow the user change output like adding an access token to the image for example. After the modification the plugin needs...

@nicolaslopezj Can you provide a fix for this?

@riktar I noticed when I applied the class inside my kanban-item div it does not work. Is it possible to extend this feature to scan for underlaying not-draggable classes?

@marcosrocha85 Do you think so? Is it not possible to check if there is a class when starting to drag? If so cancel the drag functionality.

@marcosrocha85 Yes I understand, I saw the code in production. But this works only on the `kanban-item` element not elements inside right? Is that possible to fix? Because I have...

@marcosrocha85 I tried this but it doesn't have any effect. Do you know something else what I can try?

@marcosrocha85 I've tried some code and the code below fixes the issue. ``` // Fixed dropdown drag issue $('#kt_kanban_4').on('mousedown', '.dropdown', e => { e.preventDefault(); e.stopImmediatePropagation(); e.stopPropagation(); });

@jasonvarga Any idea when this will be fixed? Because the workaround you provided isn't a full proof option.

@jasonvarga Currently, I am already programming on a solution. The only problem I am running into, is storing the conditions within the CP (Vue JS). Is this easy for you...

@jasonvarga Any update on this pull request. I'm missing this issue right now in two projects. @duncanmcclean I've tried your method but I can't get it to work. It is...