GrapesJS Issues

3,464 parsed GitHub issues 370 solved · 90 open. Search, filter and explore battle-tested answers.

1,399 issues found

🔍 outdated
#348Sep 28, 2017by sonnylloydNo answers
0 reactions

Script tag on component after save and reload runs infinit

I am in the middle of working on some custom components/blocks. To achieve this i have been using the api docs and using your grapejs plugins as examples. This file in particular https://github.com/artf/grapesjs-navbar/blob/master/src/components.js . The issue i have is on save and reloading of the page. the script ta...

#347Sep 28, 2017by cmcintoshNo answers
0 reactions

Storing to Drupal

This is inside of a Plugin, I can confirm after init. That the editor is using the defined storage that I defined. Additionally, I can trigger editor.load() and editor.store() and see ajax calls go out if i crate them in the respective options. However, if I do not have load or store defined then I see no traffic in t...

#344Sep 27, 2017by telliott22No answers
0 reactions

Add component to specific point on the cavnas

I'm adding a new component to the canvas using editor.addComponents({ ... }); but it's always added as the last element, to the bottom of the canvas. Is there a way to insert it at a specific point on the canvas? All my components are rows, so ideally I'd like to insert components by index. Thanks, T

#340Sep 27, 2017by aryeharmonNo answers
0 reactions

Css variables undefined value bug

I am trying to extend the editor to support css vars i added: to the page and i get in the browser: can you explain how the editor parses the css into the canvas? maybe i am missing something

#337Sep 26, 2017by vmouryaNo answers
0 reactions

IE 11 issue

Can not drop components on canvas in IE 11 but working fine in Firefox, Chrome. While clicking on blocks to drag getting error in console: Object doesn't support property or method 'matches' Also checked on http://grapesjs.com/demo.html getting same error. TIA

Browse all topics