grapesjs icon indicating copy to clipboard operation
grapesjs copied to clipboard

Free and Open source Web Builder Framework. Next generation tool for building templates without coding

Results 131 grapesjs issues
Sort by recently updated
recently updated
newest added

Taken from https://github.com/artf/grapesjs/blob/dev/src/editor/index.js#L33 > `component:update` - Triggered when a component is updated (moved, styled, etc.), the model is passed as an argument to the callback **reproduce the bug** - use...

Hello! I found weird bug with update listener. It's triggered on initial load if html code has tag with class attribute: ```javascript const editor = grapesjs.init({ container: "#gjs", storageManager: {...

enhancement

Hello, first of all thanks for a great tool. On my project i hit the problem where I need to disable scripts inside the editor. I found 2 similar issues...

help wanted

There is a problem with link and CKEditor. I enabled editable property for tags: ```javascript CKEDITOR.dtd.$editable.a = 1; ``` And when I doubleclick on the link it is editable, all...

help wanted

Hi, I'm having some issue with mobile first approach. The canvas render the wrong style when setting different styles at multiple breakpoints. But the code generated is good, this issue...

bug
help wanted

Hi, I'm currently trying to start the editor "fromElement", setting the following html inside the container: ``` Lorem asd dolor sit amet consectetur, adipisicing elit. Similique repellat voluptatum voluptas ex,...

Hi there, Is there a way to setup the grapesjs editor such that the CSS generated for the HTML content is namespaced? In other words, how to avoid the style...

feature

**Explanation** _Using https://grapesjs.com/demo.html v0.15.8 on Chrome 77.0.3~ Windows 10 Pro Build 18362_ Importing a Video component with any Boolean attribute (controls, loop, autoplay) using the import modal will break all...

bug

Hi Team, We are using grapesjs newsletter plugin in our project for importing and preview the template. We are facing some difficulty in retaining the template structure which we import...

enhancement
feature

Hi there! the currently used structure of grapesjs is based on leveraging _backbonejs model-view concept_ for implementing the **Virtual Dom** inside the ecosystem of grapesjs. Virtual Dom is a great...

feature