GrapesJS Issues

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

203 issues found

🔍 enhancement
#360Oct 1, 2017by aryeharmon3 answers
1 reactions

Open editor with specific el or class

is there some way to open the style editor for a specific tag or class without selecting the item grammatically ?

artf

Nope, but it's definitely something to add 👍

artf

This method was made to cover such a case: editor.StyleManager.setTarget

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.

#325Sep 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...

Browse all topics