GrapesJS Issues

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

1,399 issues found

🔍 outdated
#1260Jul 5, 2018by artrepubliq1 answer
0 reactions

Give me a example for firestore with grapesjs

I would like to store my template data which was edited with grapesjs but am getting an error as core.js:1598 ERROR {code: "app/duplicate-app", message: "Firebase: Firebase App named '[DEFAULT]' already exists (app/duplicate-app).", name: "[DEFAULT]", stack: "[DEFAULT]: Firebase: Firebase App named '[DEFAULT]…iber._ne...

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.

#1259Jul 4, 2018by YashPrince2 answers
0 reactions

Toolbar and Actionbar Postion

Hi @artf. How can I update position of Toolbar and Actionbar as it override the each other and toolbar also hide the highlighter text like Menu Item. I just want to know is there any option for set top, right, left bottom postion for Toolbar and Actionbar. Thanks for help in advance

artf

Check this for the RTE toolbar https://github.com/artf/grapesjs/wiki/Replace-Rich-Text-Editor#toolbar-position For the component toolbar there are no options for the positioning

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.

#1258Jul 4, 2018by YashPrince2 answers
0 reactions

Style is not copying after cloning the element after Save

Hi @artf. At the first time before saving the template, When I make one element and clone it, the style is coming in the clonned element. That is running fine. But when I save the template using Ajax and Call the below code:- and then clone the elements, their styling does not applies to the cloned elements. If I comm...

artf

Follow the issue template and provide a live demo

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.

#1257Jul 4, 2018by Shah-ali2 answers
0 reactions

Td tags are not editable

td Tags are not editable Ex: is that possible with grapesjs?

artf

td Tags are not editable Correct, you have to wrap the text inside some other tag

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.

#1256Jul 4, 2018by tomichal2 answers
0 reactions

Should links be clickable in a preview mode?

Links are not clickable in a preview mode. Should they be - so that the user can fully utilise the preview mode?

artf

IMHO its ok, but if you don't like this behavior you can create your own preview command

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.

#1255Jul 3, 2018by jdodsoncollins3 answers
2 reactions

How to set editor html contents from custom component?

I'm having trouble getting a custom block+component to display its template HTML inside the grapes editor. Within the exported HTML, the markup and CSS is generated as expected. Within the editor though, the block doesn't leave behind any sort of UI (though it is dragging in successfully based on the exported html/css...

artf

Well with this this.attributes.template = ... you do nothing to the view so it's just empty. You have to update the model so the view reacts to the change. Eg.

jdodsoncollins

This custom component is an adaptation of https://github.com/artf/grapesjs-blocks-flexbox

no-response[bot]

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...

#1254Jul 2, 2018by alperenuzun3 answers
0 reactions

AddType in domcomponent for html conditionals doesn't work grapesjs 0.10.7 version

Hi Artur, First of all, thank you for sharing such a great project :) I want to tell you a problem that I have experienced. You commented below code for addType in #208 issue. I was using grapesjs - v0.5.41 before using grapesjs - v0.10.7 and i wanted to add category structure for blocks in grapesjs newsletter plugin....

artf

Hi @alperenuzun we don't support old versions so, please try to update to the latest and check if everything works. By the way, when you add new components be sure to do it from a plugin.

alperenuzun

"Plugin" was the answer for me :) In old versions it worked without using plugin. Now, it's working with plugin. Thank you very much for your help.

alperenuzun

Hi @artf I've got another question. Conditional comments are working well but don't look correct on design. This is the code that i used the conditional comments in: This is the design that i used conditional comments in: This is the code...

#1253Jul 2, 2018by bhavinshiroya19943 answers
0 reactions

Grapesjs IE 11 Not showing webpage

Hello i'm use grapesjs in creating webpage, works perfectly chrome browser but not showing grepesjs webpage on IE 11 please let me know how to solve this problem.

brutalnoise

Array.from is not supported in Internet Explorer. You can add the code, which is in the polyfill section of this page in yours. developer.mozilla.com

artf

@bhavinshiroya1994 thanks for the report, this will be fixed for the next release

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.

#1252Jul 2, 2018by ionic6663 answers
0 reactions

There was nothing in assetManager

#1237 i am sorry.Let me describe my question again。we can not change the background-image from the style manager before dragging the image

ronaldaug

Ok If I am not wrong, you are asking the css background-image property under the style manager. Here is where the background images are added. <img width="796" alt="screen shot 2018-07-02 at 10 44 20 am" src="https://user-images.githubuser...

ionic666

@ronaldaug Thank you for your kind answer。but if i drag a image first,and then i can change the background-image from the style manager.

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.

#1251Jun 30, 2018by Deepak8131 answer
0 reactions

Text Element cursor is not going to next line

Hi @artf, Text Element cursor is not going to next line after "enter" key is pressed.I tried alot but nothing happens Please help us to resolve this.

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.

Browse all topics