GrapesJS Issues

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

1180 issues found

#1749January 24, 2019by aaronseanph3 answers
1 reactions

[Bug]: conditional comments getting removed on latest version

@artf comment in #208 this is working in older versions but not in 0.14.50. Is there any work around available? I've tried adding it in plugins as per #1254 but no luck. Thanks!

artf

ok now I get it... you were talking about comments in the canvas... Well, to be honest, I don't think you need to care about what you see in the canvas (the important part indeed is in toHTML of the comment component).In any case, you can...

artf

It works for me with the latest version https://jsfiddle.net/06L5ng19 Next time, create a reproducible demo before opening a BUG issue, thanks...

aaronseanph

Hi @artf , thanks for your time. The issue is happening when adding comments to blocks html. I've updated your code and added some test block with comments inside it: https://jsfiddle.net/orn4jqw7/1/

#1742January 23, 2019by suresh51 answer
0 reactions

How to load local css in to canvas of grapesjs editor in React ? Css path is not taking

WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...

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.

#1738January 22, 2019by cnaa972 answers
0 reactions

[Bug] Table cell(td, th) resize error

Hello. I'm working on Table feature with this awesome project grapesjs. ProblemI added table component on canvas. In ComponentTableBody.js, change default rows and columns options.In ComponentTableCell.js, add a resizable options on cell component.then In order to make resizing cell feature, but It doesn't work. Descr...

artf

The real problem here is the class actually, so I'm ok with removing them from the core (they are actually useless here), but I'd avoid other table-related components.

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.

#1737January 21, 2019by arthuralmeidap1 answer
0 reactions

[BUG] - Resize components off the Canvas

@artf Hi pal, how are you? Currently, when the user resizes components (Image and SVG basically), it's possible to make them larger than Canvas and the user is not able to see more the toolbar for the component. I have created a fix to limit the width to the Canvas width if the user tries to resize larger than Canvas....

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.

#1732January 20, 2019by thinkanymore2 answers
0 reactions

[BUG] redo undo doesn't work for components which has script

Like title says if the component has script attribute ,redo&&undo doesn't work ,I'm sorry I misunderstood.

artf

Hi @thinkanymore we have already an issue regarding the UndoManager #1512 (I close this so reply there if you need) To be honest, I didn't get one thing, you're telling me the issue is with that model.set('attributes', attr)?! Can you tell...

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.

#1729January 15, 2019by K4ST0R1 answer
0 reactions

[BUG] Attributes property is not working

Version: 0.14.50 Edit: Sorry, I saw it is working when i add the trait manager. Attributes are not set in component. Exemple with : editor.BlockManager.add('h1-block', { label: 'Heading', content: '<h1>Put your title here</h1>', category: 'Basic', attributes: { title: 'Insert h1 block' } }); Results in : <h1 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.

#1728January 14, 2019by arthuralmeidap3 answers
0 reactions

[FEATURE REQUESTS] - block's toolbar at bottom option.

hi @artf How are you? I'm facing a small issue on GrapesJS and I would like to hear your thoughts about the best approach here. My issue is: When I have a small block, like a Link, placed at the top left corner of the Canvas, the toolbar totally covers the block and I can't see it. I would have to unselect that block...

artf

Hi @arthuralmeidap I think the #1434 talks about the same problem. Honestly, I've already solved, basically the same issue, with the RTE toolbar, so I guess, if you have time, you could copy/share the same functionality for the Component's...

arthuralmeidap

@artf I created the PR #1730 for this. Take a look when possible! Thanks for your help as always!

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.

#1718January 8, 2019by Ramkumar-Murugesan1 answer
0 reactions

QUESTION The name entered in the Traits for checkbox label is not getting updated to my html custom components.

WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...

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.

#1704January 3, 2019by eidsza11 answer
0 reactions

[QUESTION] How to use grapesjs with twig variables and refresh data added in backend CMS on builded page without editing in grapesjs

WARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdUse the GitHub Issues EXCLUSIVELY for BUGS, FEATURE REQUESTS or QUESTIONS. Prefix the title of the issue with its context, eg. [Bug]: ....Do a quick...

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.

#1699January 2, 2019by narendravaghela3 answers
0 reactions

[BUG] Link elements are not copyable/deletable

In the editor, if we have link element with some classes, the editor does not allow to copy/delete the element. GrapesJS version: v0.14.50Steps to reproduce:Open https://grapesjs.com/demo.htmlImport following simple link tagSelect it and click on copy icon or delete icon from the toolbar @artf Could you please suggest...

narendravaghela

Can someone please help on this issue?

artf

For now, init the editor with this option: in the next release I'll adjust the default value

narendravaghela

It is working now. Thank you @artf