GrapesJS Issues

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

212 issues found

#3128November 10, 2020by sprklinginfo1 answer
0 reactions

FEAT: Drop a component at the position of the mouse is clicked

What are you trying to add to GrapesJS? When a component is dropped, stay at the position of the mouse is clicked. Describe your feature request detailed I start playing with some basic blocks/components. If I drag and drop a component, e.g, a simple text input, it looks like they snap to the last active component by...

sprklinginfo

found out that is already implemented by using "dragMode: 'absolute'" . thanks.

#3121November 9, 2020by sadtacoNo answers
0 reactions

FEAT/ISSUE: CSS standards

I'm going to say this is both a feature request as I get into some parts of it, but also a bit of an issue. I would say it looks bad to have a project newer than 2015 that's using px for nearly everything. People are using screensizes that are only 768 pixels on the narrowest plane, whether mobile or desktop, to 2160p...

#3114November 5, 2020by anushabivera1 answer
0 reactions

How to customize View Code functionality in grapesjs-plugin-boilerplate?

Hi I am using grapesjs-plugin-boilerplate to develop my grapesjs ui builder. My requirement is to customize the View Code (</>) feature in the ui builder to display the contents from editor.getHml() enclosed by html tag as below: <html> <head> </head> <body> ${editor.getHtml()} </body> </html> I followed the solution...

artf

ERROR in Template execution failed: ReferenceError: editor is not defined Without showing your code the error is useless... definitely, you forgot something somewhere, try to debug... BTW grapesjs-plugin-boilerplate is deprecated, you have...

#3113November 4, 2020by excitedbox1 answer
0 reactions

FEAT: Third party plugin list

From the Grapejs in the wild thread it looks like many people have released additional plugins and features for Grape. Wouldn't it be nice to make a pinned thread with all the 3rd party stuff?

artf

Hi @excitedbox I'm planning to make a curated list of 3rd party plugins for GrapesJS ;)

#3083October 20, 2020by Joshmamroud3 answers
6 reactions

[Feature]: Highlight drop zones

Hi @artf , How would you recommend highlighting the components on the canvas that the selected block can be dropped into based on draggable & droppable rules? In other words, when a user starts dragging a block from the block manager I would like to highlight (add a border or inset box-shadow) the components on the ca...

artf

With the introduction of Canvas Spots I think this feature request can be considered done. Here is a quick demo example https://github.com/GrapesJS/grapesjs/assets/11614725/ea956282-b6bd-455e-af9b-6b5fb7707d71

artf

I think, currently, it's not easy to achieve it. The Sorter module is quite old and messy and I'd need to refactor it in order to allow such functionality (which, for sure, I'd be glad to have). Unfortunately, no ETA for such a thing :/

kerryj89

Was just thinking of this. I think it's the natural evolution and necessary when you can set limitations of where something is droppable.

#3070October 9, 2020by mhowey3 answers
2 reactions

BUG / Feature? Applying background color to body component isn't part of the exported HTML.

Hi Art, thanks for creating such a fantastic project! I'm not sure if this would be considered a bug or feature request...but I'm having issues deciding how to hande the background color on the body while using the newsletter plugin with GrapesJS. Steps to Reproduce:Select the body (root element) in the canvas.In the...

JoshLucio

@mhowey I have seen this also, but I always assumed that the body is just the placeholder canvas for the content. Changes to the body do not export since the content placed in the body is the only thing being exported. In my application us...

artf

You can use this option

mhowey

Thanks for the reply @JoshLucio . I'm using the newsletter preset plugin, which I believe is more targeted toward HTML email, rather than site building. I was actually thinking what you said to be the case, and I've explored all the getWra...

#3069October 9, 2020by orosl3 answers
0 reactions

BUG: Style gone on link or nested text elements after exiting edit

Hello, I am editing legacy HTML with version 0.16.3 + newsleter-plugin. The style is stored inline (since the tool is used for authoring emails) and I use the feature componentFirst: true . I am facing a problem when trying to edit Component Text that has other text elements inside. Once I edit the text from the paren...

artf

Hi @orosl, thanks for the report. I was able to find and fix the bug so, it'll be available in the next release.

orosl

Hi @artf, thank you very much for your prompt response and release. I upgraded with the latest version 0.16.27. However I still encounter the problem, but with a slightly different behavior. I am not sure if I should open a new issue since...

artf

Thanks @orosl actually the fix was working with inner components but not with nested ones. I'll fix it in the next release

#3068October 9, 2020by saravanakjNo answers
0 reactions

FEAT: Trait Manager - Traits grouping feature like style manager

WARNING READ and FOLLOW next 3 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdDo a quick SEARCH first, to see if someone else didn't open the same issueAll relative statements/questions have to be filled/answered, otherwise, th...

#3067October 8, 2020by maryia-kabash3 answers
1 reactions

FEAT: remove 'display: block' inline style from Style Manager sectors and properties

What are you trying to add to GrapesJS? Improve visibility for Style Manager sectors and properties. Describe your feature request detailed Currently if a sector or property is visible, inline style "display: block;" is added, which limits styling opportunities (e.g. it's now impossible to add 'display: flex' to prope...

artf

Probably, the end of this week

artf

The fix will be available in the next release, thanks

maryia-kabash

Thanks! Do you have any estimates on the release date?

#3042September 23, 2020by patoperpetua2 answers
0 reactions

FEAT: Accurate Documentation on uploadFile

WARNING READ and FOLLOW next 3 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https://github.com/artf/grapesjs/blob/master/CONTRIBUTING.mdDo a quick SEARCH first, to see if someone else didn't open the same issueAll relative statements/questions have to be filled/answered, otherwise, th...

artf

There is already an option for upload URL https://github.com/artf/grapesjs/blob/8822aa6c6e8ced09ad50f2c8392f1754d3a6ec8b/src/asset_manager/config/config.js#L18-L21

no-response[bot]

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take ac...