Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Adding background makes an extraneous request #2538

Closed
senchden opened this issue Jan 30, 2020 · 1 comment
Closed

[Bug] Adding background makes an extraneous request #2538

senchden opened this issue Jan 30, 2020 · 1 comment

Comments

@senchden
Copy link

senchden commented Jan 30, 2020

Steps to reproduce:

  1. Select any element.
  2. Try to add a background via Style Manager using 'Decorations' -> 'Background'.
  3. Click a plus sign.

Expected behaviour:
No extraneous requests are made.

Actual behaviour:
An extraneous GET request is made to ../none (i.e. to https://grapesjs.com/none if on https://grapesjs.com/demo.html)

Caused by getPosition() function in CanvasView.js file.

Reproducible on version 0.15.10 on web page demo.

@artf
Copy link
Member

artf commented Feb 3, 2020

Should be fixed in the next release

@artf artf closed this as completed Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants