GrapesJS Issues

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

1,399 issues found

🔍 outdated
#984Mar 28, 2018by davidwmemlink3 answers
1 reactions

Does grapesjs support load and modify previous saved work?

When I download a page, I see different html then I saw in the page. When I put the saved html back to the gjs, I see a some different page. How do I load the saved page and edit it next time?

wyx2000

I see ,use storage manager,

wyx2000

Same question here

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.

#982Mar 27, 2018by adam-gpc3 answers
3 reactions

Angular5 Support

this would be a feature

lakinmohapatra

We need angular 6 support

maxtacco

Please search issues before next time: https://github.com/artf/grapesjs/issues/220#issuecomment-322574774

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.

#981Mar 26, 2018by theleoni2 answers
0 reactions

Set "production" mode

Hi. Like the "Preview" mode, i'm like to show only the canvas (without bars on the side/top), without the eye icon at corner. Has any "production" mode or something like this? It's the editor.getHtml() close to this?

artf

No, there is no "production" command, but you can create easily one by checking the Preview.

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.

#980Mar 26, 2018by v8jupiter2 answers
0 reactions

Related with task https://github.com/artf/grapesjs/issues/873

Hello, After restoring editor from db still have some part of bug present. It seems inside of script: function () traits will have old value. Short explanations: script: function() { var startfrom = '{[ startfrom ]}'; var endTxt = '{[ endText ]}'; In variable startfrom and endTxt we will have old values Video explanat...

artf

Thanks for the catch Vlad, it'll be fixed 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.

#979Mar 24, 2018by anand-gopinath2 answers
0 reactions

Not able to align the custom component

@artf I created my custom component tyep and inserted vai BlockManager and if I'm applying the style propeties to that, is not working.

artf

I don't know what your Align stands for but Text align should be applied to the parent element

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.

#978Mar 23, 2018by anand-gopinath2 answers
0 reactions

Custom component type's children are not editable, selectable or highlightable

@artf I'm creating a custom component of Default type and the code looks like Even I refereed #260 and implemented as you suggested. Here, the custom div tag holds the functionalities of selectable, removable and highlightable etc. I need the child elements as well to be selectable and highlightable. How to do that? A...

artf

You can't use data-gjs- attributes if you attach them directly to the DOM, those attributes are parsed from the model level, so model.components('<div data-gjs-...')

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.

#977Mar 22, 2018by alimajed932 answers
0 reactions

Video block - Controls option in case of Vimeo provider

Hello everyone, I noticed that when you select Vimeo as a provider in a video block, and uncheck the "Control" option, the controls will still be there and you cannot remove them. Regards.

artf

Seems like now it's only a feature for Pro accounts... https://help.vimeo.com/hc/en-us/articles/224969968-Embedding-videos-overview I'll remove it then

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.

#976Mar 22, 2018by TimNZ3 answers
1 reactions

Cell resizing via drag handle broken

Bugs Add 2 column block, select a Cell, and use resize handle to resize width.Realtime width change of cell does not track the mouse pointer.Dimensions fields/calculation seem broken, switching between % and px in unexpected ways.Resize handle intermittently disappears SuggestManual Cell resize needs to use a sane met...

TimNZ

Thanks for the reply. I'll have a play as well. Awesome awesome awesome work with Grapes, greatly appreciated. I'm using a number of components that have had a huge amount of work put in by many people and will support as soon as I can aff...

artf

Realtime width change of cell does not track the mouse pointer The current grid uses flexbox and as it tries to adapt itself in relation to its sibling nodes what you're asking it's not possibleDimensions fields/calculation seem broken, sw...

TimNZ

@artf legend!

#975Mar 22, 2018by rajanbharti3 answers
4 reactions

Default values for traits field

I have created component with certain traits. I am not able to assign default value to traits by passing values. It is coming as undefined for color type, blank for text field. Any changes in field is getting reflected in component

artf

Traits should read the default directly from their props/attributes, so in your case, it should be something like this:

rajanbharti

in your case, defaults should be like typeid: 0 pointing to the first element as default

rajanbharti

Thanks!

#973Mar 21, 2018by ryandeba3 answers
0 reactions

Doctype in the canvas iframe

Hey @artf, I noticed the canvas iframe doesn't appear to have any doctype set on it, which causes it to be in quirks mode. Is this intentional? I'd like to set it to <!DOCTYPE html>, but doing so causes some positioning issues that you can see in this screenshot and demo. Would you be open to a pull request that would...

ryandeba

This has suddenly become less relevant to the project that I'm working on, so I'm closing it for now.

peakrams

I am interested in a possible solution for this issue. For now I've worked around it by putting custom CSS for those quirks that have a solution via CSS, but the ability to use a DOCTYPE would better, I think.

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