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

**Version: 0.16.27** **Are you able to reproduce the bug from the demo?** [x] Yes [ ] No **What is the expected behavior?** When adding `background-image` via Style Manager it show...

One thing i think would add great functionality is a more detailed history stack. U can get the undo stack and build a sort of history report from it of...

help wanted
feature

Steps to reproduce: add Text, select a word, click on Link icon in RTE panel, select a Link. Expected behaviour: when I select Link I expect it to display toolbar...

enhancement
help wanted

Hi @artf! Working on the editor on one of my custom traits i had an issue where for some reason that is not important, the **createInput** was returning undefined. I've...

Hi, I am working on a project with Angular 6 and I am investigating a memory leak after destroying the editor on **_previousAttributes** and possibly coming from underscore **bind** function...

help wanted

I am new to grapes js , I am trying to make the blocks in a different style when dragging for example the image blocks 1 - when not dragged...

This issue is a rough outline of some improvements/features we'd like to add to the editor. To keep things cleaner it's better to open a new issue for any discussion...

enhancement
help wanted

**What are you trying to add to GrapesJS?** The CSS property `float` only makes sense for `position: static;` elements, which happens to be the default. I only want to display...

Updated dutch translation

The background-image url is getting wrapper around by linear-gradient() function like so ```css background-image: -webkit-linear-gradient(path/to/image.jpg); ``` Even though I assigned gradient to 'background' property instead of 'background-image' ```js editor.StyleManager.addProperty('decorations', {...