GrapesJS Issues

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

114 issues found

🔍 invalid issue
#2050May 30, 2019by jitendra16071 answer
0 reactions

No responsiveness in exported code

Exported code from 'https://grapesjs.com/demo.html' is not responsive as it looks in builder.

jitendra1607

Do this experiment please. Drop a nav-bar in to editor. Now click preview and open chrome dev tools and change device size to mobile. You will see nav-bar menu items like desktop instead of hamburger icon. https://grapesjs.com/demo.html

#2037May 25, 2019by fmr4111 answer
0 reactions

Toolbar error position when adding elements

I made canvas in modal, but there were a few bugs, when I added a new component, the position of the toolbar went down, the top canvas value that was initially 0 changed (console.log (r.canvasTop) in grapesjs.min.js), but when I resized the browser, everything was normal again (the bug only happens every time the page...

artf

If you encounter an error, open the issue as a bug, please. So follow the template for the bug.

#2023May 19, 2019by Amir28281 answer
0 reactions

TUI Editor

Hello all, Im having a problem with the TUI editor plugin, If I try to edit a newly updated image that has been through the asset manager, Everything works fine. But if I try to edit an already existing image in an exisiting page the TUI dosent recognize the image and open the editor with no image on display. Any solu...

artf

Wrong repositoryCreate at least a demo of the issue

#2001May 8, 2019by shiva11893 answers
0 reactions

Unable to access the application in LAN network

Hi @artf , Could you please help me here. Unable to access this application in LAN network, could you please help me what needs to done to make this node application access in the LAN Network Thanks :)

artf

Sorry but this issue has nothing to do with the library itself

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#1967Apr 19, 2019by iainheng1 answer
0 reactions

Wrap built-in component with div html

I am trying to wrap the video component specifically for Youtube's <iframe> with a parent <div class="embed-responsive embed-responsive-16by9"/> container. This is the example of the end result I wanted to achieve:

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#1925Mar 26, 2019by alemenciones2 answers
0 reactions

ColorPicker pallete empty value problem

We have this error: "Cannot read property 'getAlpha' of null" when i set the property allowEmpty in true. Can you check this? I'm trying this: colorPicker: { allowEmpty: true }

artf

Follow the template of the issue

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#1911Mar 21, 2019by sakshigarg92 answers
0 reactions

Is Knockout.js compatible with Grapesjs?

I'm trying to implement an attr binding on one of my components using Knockout.js. It works perfectly fine otherwise but the same implementation does not work in a grapesjs-preset-webpage format. What could the issue be?

artf

Sorry @sakshigarg9 but this question is out of scope of this issue tracker

lock[bot]

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

#1895Mar 15, 2019by simplecommerce3 answers
0 reactions

Drag component over canvas with script, script appended multiple times.

Hi, not sure if this is a bug or not. But I noticed a weird behavior, when I drag a block that has a component that contains a script function, it seems to append it into the canvas before its being dropped. And as you drop it, it appends another time, the script. If you never drop the block and just drag over and out...

simplecommerce

So I dug around and figured that it was the updateScript method in the canvasView that was being called every time a script property is found on a component, regardless if its still being dragged or not over the canvas. I did some patching...

simplecommerce

My previous solution did not work, so I had to scrap it, so I re-opened the issue.

artf

Hi @simplecommerce if you think it's a bug, please open an issue by FOLLOWING the template and create a reproducible live demo of the issue. It's really important because as we don't have a lot of free time we risk to waste a big part of i...

Browse all topics