GrapesJS Issues

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

1,399 issues found

🔍 outdated
#595Nov 30, 2017by ateshuseyin3 answers
0 reactions

Cannot drag with fast actions

When I move a block on the canvas before showing clone element, editor does nothing. Only move clone of the block symbol.

ateshuseyin

Any one have an idea?

artf

unfortunately, I didn't find the time yet to investigate this

ateshuseyin

Is this fixed?

#594Nov 30, 2017by absolution543212 answers
4 reactions

Help Wanted: make this an angular app to support Angular-Material forms

was thinking of converting this into angular app, I am able to add md- form components but iframe is not rendering any material view, however exporting it to another html file with angualr enabled understands this any leads on why angular material is not working inside iframe, even though angular's js files are includ...

duskhacker

Sorry, I can't answer your question, and I'm probably speaking out of turn; It seems to me that your time would be better spent on taking on some of the "help wanted" issues and bugs than forking this into the Angular framework. To me, it...

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.

#593Nov 30, 2017by NorthstarTech3 answers
0 reactions

CKEditor Link button Issue

I successfully replace richtexteditor to ckeditor in grapesjs. but there is a link button issue. The issue is that it is not linking correctly on the position. It moves to the starting position. The picture is shown here.

duskhacker

I had all kinds of problems with the CKEditor link editor. I gave up and disabled the link editor in CKEditor in favor of the link component that is provided by GrapesJS.

NorthstarTech

so there is no solution of link button in ckeditor? On Friday, December 1, 2017, Daniel P. Zepeda <[email protected]> wrote: I had all kinds of problems with the CKEditor link editor. I gave up and disabled the link editor in CKEdit...

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.

#591Nov 29, 2017by krunal0393 answers
0 reactions

Show hover toottip on block

I want to add hover preview for block under block manager before user add to canvas. is there way to achieve it?

artf

@krunal039 definitely is possible, but I'd say you have to make it by yourself as it's totally not an essential feature for the editor

krunal039

@artf thanks for reply. is there any event I can use for same? or it has to be out side of editor?

artf

use native js events

#589Nov 29, 2017by Geczy2 answers
1 reactions

Attributes not being applied to traits

https://github.com/artf/grapesjs/blob/9bcd9673b10af1bb696181deba6903a68b1b6c3f/src/trait_manager/view/TraitView.js#L86 The id is not applied. Only type & placeholder are showing in the HTML of the <input />

artf

Added to 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.

#588Nov 29, 2017by NorthstarTech2 answers
0 reactions

Editor UI changes

I would like to make the editor like the photo above. However, I can't find the css for the background or the panels. Any help provided would be fully appreciated.

ateshuseyin

You can change scss variables and and recompile to css: https://github.com/artf/grapesjs/blob/dev/src/styles/scss/gjsvariables.scss#L22

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.

#587Nov 29, 2017by vishal50332 answers
0 reactions

Style Manager Remove sector and remove property

Can you please provide me details how to remove any sector or property from style manager.

artf

@vishal5033 I'll add removeSector and removeProperty in 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.

#586Nov 29, 2017by vishal50333 answers
0 reactions

Clicking element does not open style manager by default

Clicking element does not open style manager by default

vishal5033

Closing the issue. I have found the solution

AH1N1

Ii have the same issue. Could you please give a solution ?

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.

#585Nov 29, 2017by Deepak8132 answers
0 reactions

How to reset the margin and padding input value

How to reset the margin and padding input value. I have reset the input value but when user again click on upper arrow of margin box then it get the previous not the reset value. Please let me know how to do that.

artf

Inputs are binded to the target (Components/Css Rules) so it doesn't make sense just changing the input, you have to update the target (eg. editor.getSelectedToStyle().addStyle({ 'margin-top': 0 }))

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.

#584Nov 29, 2017by kishoreprocessdesign3 answers
1 reactions

Getting "Invalid or unexpected token" error

In https://unpkg.com/grapesjs Line: 20837 var previousСolor = void 0; Some nonascii character for previousColor. editor doesn't show the non ascii character.

artf

just looking at the source file https://raw.githubusercontent.com/artf/grapesjs/dev/dist/grapes.js where the interesting part comes from https://github.com/artf/grapesjs/blob/dev/src/domain_abstract/ui/InputColor.js#L93 indeed that "C" is...

ryandeba

That's weird. Here's an alternate of the same version that doesn't have that issue: https://cdnjs.cloudflare.com/ajax/libs/grapesjs/0.12.45/grapes.js

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