GrapesJS Issues

Search parsed GitHub issues, see highlighted answers, and open the original discussion when needed.

3464 issues found

#5570December 20, 2023by prateekkumar-ec2 answers
0 reactions

BUG: Import button is removing all styling from all pages.

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome Latest Version Reproducible demo link N/A( I can share video if required for further conversation) Describe the bug How to reproduce the bug?Suppose you have some content on your current page with some styles over t...

afrinxnahar

It would be great if you could kindly attach a video. Not sure about the empty pop-up thing

artf

@prateekkumar-ec this is not core related issue.

#5563December 18, 2023by leo-budgetsimpleNo answers
0 reactions

BUG: The attributes of the script tags are being removed on the canvas.?

GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? latest version of ChromeReproducible demo link https://grapesjs.com/demo.htmlDescribe the bug How to reproduce the bug? Taking an html string and rendering it in grapesjs with this code (I have allowScripts enabled) This is...

#5556December 13, 2023by pittleCheung1 answer
0 reactions

BUG: Too many classes will cause the webpage to crash

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? latest version of Chrome Reproducible demo link https://grapesjs.com/demo.html Describe the bug How to reproduce the bug? editor.addComponents( <ul class="mb-5 flex list-none flex-row flex-wrap border-b-0 pl-0" role="tabli...

artf

Already reported and fixed https://github.com/GrapesJS/grapesjs/issues/5525

#5549December 6, 2023by driskell3 answers
0 reactions

BUG: mj-preview is not editable

GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Safari 17Reproducible demo link https://grapesjs.com/demo-mjml.htmlDescribe the bug How to reproduce the bug?https://grapesjs.com/demo-mjml.htmlGo to view code - copy the MJMLGo to import code - paste in the MJML and add to...

artf

This is not core related issue and probably not an issue at all as <mj-preview> is not supported by default in mjml plugin

driskell

@artf Sorry I don't understand. It’s an issue as detailed. Is it something to raise on the other repository? I’m not familiar with the internals here so don’t know what it is that the GrapesJS/mjml needs to support in order for this reposi...

driskell

It is noted in Head: https://github.com/GrapesJS/mjml/blob/master/src/components/Head.ts#L14

#5545December 5, 2023by AFriboulet-iiNo answers
0 reactions

BUG: Drag component type text trigger "rte:disable"

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Version 119.0.6045.200 Reproducible demo link https://jsfiddle.net/d64pkcom/1/ Describe the bug How to reproduce the bug?Drag component text in CanvasWatch the console of jsfiddle What is the expected behavior? Don't trigg...

#5542December 4, 2023by brenoassp1 answer
2 reactions

BUG: Error autoplay youtube

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome 119.0.6045.200 64 bits Reproducible demo link https://grapesjs.com/demo.html Describe the bug How to reproduce the bug?Drag and drop a video block into the canvasClick on the video and select YouTube as the Provider...

artf

Looks like the muted property was correct for Vimeo but not for Youtube. I'll push the fix, thanks.

#5536November 29, 2023by adiuxNo answers
0 reactions

BUG: Can not add a link: getModel() fails with: TypeError: $ is not a function

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome Version 119 Reproducible demo link https://jsfiddle.net/bj7afw63/1/ Describe the bug How to reproduce the bug?Load the fiddleTry to add a link with the default RTE (not CKE)Nothing happens in the UI and a JS error a...

#5530November 25, 2023by Harshsne26No answers
0 reactions

BUG: Undo manager start and stop doesnt work as expected

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v91 Reproducible demo link https://codepen.io/dhanadsp1120/pen/ExrRvOB Describe the bug How to reproduce the bug?Disable the undo manager by invoking um.stop().Make alterations to the content.Re-enable the undo mana...

#5525November 19, 2023by duydvu1 answer
3 reactions

BUG: Performance issue when adding more than 20 classes to a single component

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Edge v119.0.2151.72 Reproducible demo link https://grapesjs.com/demo.html Describe the bug Hi, thank you for creating an amazing project. I would like to report an issue found during my use of GrapesJS. How to reproduce th...

artf

Agree with the suggested alternative, I will update accordingly. Thanks @duydvu

#5523November 18, 2023by lexoyo1 answer
0 reactions

BUG: Paste when nothing is selected

GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Firefox Reproducible demo link https://grapesjs.com/demo.html Describe the bug How to reproduce the bug?Select a component on stageCopy the component with CTRL+cSelect the body (deselect the component)Paste with CTRL+v Wha...

lexoyo

Note that this bug makes it impossible to copy paste elements to an empty page