Kademi / keditor

KEditor is a jQuery plugin which provides a content editor with drag n drop, configurable contents
http://kademi.github.io/keditor/
MIT License
319 stars 153 forks source link

[BUG] Bootstrap 4 Column Resize #192

Closed hitaloramon closed 5 years ago

hitaloramon commented 5 years ago

Description: I know keditor is based on bootstrap 3, but I use bootstrap 4 and everything works perfectly except the column resizing part. It simply doesn't change column values, because dragging the column doesn't work when I'm using bootstrap 4 CSS. Any idea what it is? No console shows no errors

Gif Demo: https://i.imgur.com/xKHbfUx.gifv

Version: Last commit

Sorry for english using google translator

ducdhm commented 5 years ago

@hitaloramon Can you provide me a live example/code for this issue?

hitaloramon commented 5 years ago

@ducdhm I made two examples, what changes is just the bootstrap version

Live Example: https://www.cmsgeek.m7web.com.br/index.html

taking advantage of the post, in the keditor examples, when copying and pasting a component that has text, ckeditor does not work on the element that was pasted. Are you aware of this problem?

ducdhm commented 5 years ago

Fixed!

ducdhm commented 5 years ago

@hitaloramon Please kindly check the latest code

hitaloramon commented 5 years ago

thanks @ducdhm

what about it?

taking advantage of the post, in the keditor examples, when copying and pasting a component that has text, ckeditor does not work on the element that was pasted. Are you aware of this problem?

ducdhm commented 5 years ago

@hitaloramon can you create other issue for it? I'll fix it in other issue 😄

hitaloramon commented 5 years ago

@ducdhm, I realized that another problem happens. When resizing the Desktop view column and trying, for example, to resize the same column in Laptop or any other view, the bug happens again and cannot be resized. You can test again in my bootstrap 4 example