GrapesJS Issues

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

1,399 issues found

🔍 outdated
#1110May 14, 2018by momu-smartcoach2 answers
0 reactions

Debug with vscode --document is not defined

i debug the code with vscode ,follow the Course(https://medium.com/@drcallaway/debugging-es6-in-visual-studio-code-4444db797954),but Report errors var doc = document, win = window, ArrayProto = Array.prototype, slice = ArrayProto.slice, filter = ArrayProto.filter, push = ArrayProto.push; ^ ReferenceError: document is...

xr0master

debug a client code for browser on server side? Just use a browser development mode.

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.

#1109May 14, 2018by FrciSmrci3 answers
1 reactions

Column blocks not droppable in canvas

Morning @artf :) I'm experiencing an similar problem to this issue. I can't drop any block (text, image, etc.) inside the column block from canvas. When I try to drop it inside layers it works normally, here is a short detailed screen recording of the problem with a visible html structure. Do you have any idea how to...

FrciSmrci

Hey @artf , figured out what was going on today, but forgot to close the issue in the euphoria. 😄 The classes from GrapesJS and Bootstrap were colliding, took me some time to realise that, because it worked when trying the same in layers....

artf

Hi @FrciSmrci honestly, I don't understand what is going on and can't reproduce it with the current demo. Did you customize those blocks somehow? From which preset/plugin do you get them? Are you able to reproduce it via jsfiddle? Your gra...

artf

I was thinking that maybe it would be a good idea defaulting it to a key like gjs-. What do you think? Yeah, probably that would prevent scenarios like this 😬 PRs are welcome :)

#1108May 14, 2018by sai-kishore2 answers
0 reactions

Grapesjs is not defined - Added with npm for a vue app. Is there anything I am missing here?

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...

FrciSmrci

Hey @sai-kishore , here you have an resolved issue discussing how to use grapesjs in an Vue project. Hope it helps. Have a great day.

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.

#1107May 14, 2018by sai-kishore1 answer
0 reactions

Grapesjs is not defined

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.

#1106May 13, 2018by kuldeepcis2 answers
0 reactions

Traits setting not work after reload

Hello @artf previous issue Yes, you're right traits are there but you didn't read the my issues those I'm facing. 1. when you drag and drop a social element, to change the value you've to select element first after that parent of that. Direct element not selected. 2) Traits value not pre-selected on page load. 3) when...

artf

This is because you're selecting your div wrapper and not the actual component, you can make not selectable: <div data-js="social-icons" data-gjs-selectable="false"> ...Trait's value is set from the component's model, so if you use changeP...

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.

#1105May 13, 2018by kuldeepcis2 answers
0 reactions

Add class in existing element

Hello previous issue can you please let me know how can add a new class on map element? I don't want add class manually on element through setting on right side. A single class added on every map element automatically. please guide me. Thanks in advance.

artf

You can define them easily inside Blocks

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.

#1104May 12, 2018by atcq-me3 answers
2 reactions

Color trait can't setup property after 0.14.9

After v0.14.9 color trait can't setup component property when user press "OK" on colorpicker form. Live:v0.14.9 https://jsfiddle.net/Lqm7ouze/ (testprop is undefined)v0.14.6 https://jsfiddle.net/Lqm7ouze/1/ (testprop contain hex colorcode) Screenshots:https://ctrlv.cz/en/M7lghttps://ctrlv.cz/en/ltPo This problem is al...

artf

Thanks for the report and details @Nuzsk This should be fixed for the next release

artf

@jdodsoncollins it's fixed in the dev branch but was not yet released

jdodsoncollins

@artf I'm seeing this behavior still if you could take a look, on latest release. Reverting to v 0.14.6 solves it.

#1103May 10, 2018by Deepak8132 answers
0 reactions

How to hide the particular icon of the toolbar

Hi artf, Thanks for the message and help #1090. I just want to hide the particular icon of the toolbar not the complete the toolbar as you provided #1090.Like in complete toolbar i want to hide the delete icon when user click on image or like other element, keep the rest of the icons same.

artf

As you see @Deepak813 those icons have classes too so you can use the same technique

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.

#1102May 10, 2018by perfect-coders1 answer
0 reactions

Issue coming in integrating Google Maps

Hi @artf , I am integrating the map element and it is not working. This is the issue coming when I fill any address in the map :- Refused to display 'https://maps.google.com/maps' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. Thanks for help in advance.

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.

#1101May 10, 2018by kuldeepcis2 answers
0 reactions

Apply css property for mobile/tablet view

Hello @artf , https://jsfiddle.net/66cnd2t4/3/ This is the fiddle for the map issue when you drag a map and add it then in dimensions you will see width auto and its label is in pink which shows it user defined means i have passed it in components style block as such , _("map") && i.add("map", { label: n.labelMap, cat...

artf

First of all, next time use this https://jsfiddle.net/szLp8h4n as a starting point for your fiddles, without all the stuff not regarding the issue. To make properties defined on other devices you have to set the CSS on that media query:

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