GrapesJS Issues

3,464 parsed GitHub issues โ€” 370 solved ยท 90 open. Search, filter and explore battle-tested answers.

644 issues found

๐Ÿ” components
#362October 2, 2017by edwardjiawei3 answers
1 reactions

How to create custom link components that prompts users to type link/choose link similar to Images Component Modal

Image Components have logic to call Modal and prompt user's interaction for options/configuration of image url. Would like to do similar to link components for link URL. It might be convenient for other components like Form components for business users to drag and type information in single flow. How to achieve that,...

artf

Hi guys try to check out this #286

daniel-farina

I'm also looking in to this trying to get familiar with the code. Once we figure it out we could make some plugins a lot more powerful. Please let me know if you figure it out. We should make a little manual for it.

edwardjiawei

Sound good enough for my case. I have similar intention with #286

#348September 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...

#344September 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

#337September 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