Issue #552💬 AnsweredOpened November 21, 2017by g41n1 reactions

Can't reset body background

快速解答by artf1

@duskhacker I'd say it's somehow related but not the same issue. CSS you're mentioning it's generated from two different places and it's some kind of a basic CSS reset *{box-sizing: border-box;} comes from https://github.com/artf/grapesjs/blob/dev/src/editor/config/config.js#L34 and body{margin:0;} from https://github...

Read full answer below ↓

Question

I've found this

editor.CssComposer.getAll().reset();

here #351 but seems not to reset the body background...

Any other way to do this?

Answers (3)

artfNovember 29, 2017

@duskhacker I'd say it's somehow related but not the same issue. CSS you're mentioning it's generated from two different places and it's some kind of a basic CSS reset *{box-sizing: border-box;} comes from https://github.com/artf/grapesjs/blob/dev/src/editor/config/config.js#L34 and body{margin:0;} from https://github.com/artf/grapesjs/blob/dev/src/dom_components/config/config.js#L10

Probably what I'll gonna do for the next release is to move the current wrapper style inside protectedCss option. For those who are trying to achieve edit the CSS directly with the code editor should add a new view code command (current) and replace em.getCss() with em.getCss({ avoidProtected: 1 }) (not yet implemented)

ryandebaNovember 22, 2017

Hi @g41n,

Can you provide a jsfiddle (or equivalent) showing the issue? I just put this together which first sets the body background color to blue, and then clears that style 2 seconds later: https://jsfiddle.net/gn3jtahv/. That seems to work just fine for me (also tested using editor.CssComposer.getAll().reset() with the same result), so I'm guessing that you're doing something differently...

g41nNovember 22, 2017

Hi @ryandeba, thanks for the reply.

After some digging here there is a fiddle https://jsfiddle.net/x118ks1v/ and steps to reproduce:

  1. click on the reset button, reset is successfull
  2. click on body and change background from the panel on the right
  3. click on the reset button, reset failed

The problem seems occour only after you change body background from grapesjs panel manually.

Hope it helps to find a solution... :/

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.