GrapesJS Issues

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

3464 issues found

#329September 22, 2017by blackbirdzzzNo answers
0 reactions

forceclass false doesn't work

Hi artf , thanks again for your answers since i started my project and thanks again for this beautifull project, I told you that i wanted to stop the auto create class that delete my inline css, and you said : to forceclass set it on false , when i set forceclass false this doesn't work is it normal ? or i need to do...

#327September 21, 2017by vmouryaNo answers
0 reactions

Drag element anywhere

Is there a method so that i can drop element anywhere in canvas. Currently it is sorting element,but i want to drop text element on image element. Thanks

#325September 20, 2017by OBezdietkoNo answers
0 reactions

Bug in class names

Editor replaces all instances of '--'(double hyphen) with '-'(single hyphen) in the initial class names. For example in the editor iframe I receive 'mdl-cell-3-col' instead of initial 'mdl-cell--3-col' in the html element's class attribute. Why so? I can't use editor properly with Google's MDL or any css that was buil...