GrapesJS Issues

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

211 issues found

🔍 feature
#1632December 5, 2018by cnaa973 answers
5 reactions

[QUESTION] control table cell (add row, column..)

Hello. I want to dev some of feature to control the table. There are many feature for table the other editor like add columns, rows, set color, reset column width for each cell... I just have a dev plan to implementation on below..add a button on block manager this is a dummy table 3x3. each cell have a text component...

shubhd47

Hey, @cnaa97 No worries I have added the default commands in the toolbar. I got what I wanted. Thanks for helping. Below is the code

artf

The content inside the component definition is for static text (eg. the content is used for editing with Rich Text Editor) so you can't select its element once added, instead you should use components: '<tr data-gjs-type="row" ...'You can...

cnaa97

Thanks for your kindness answer.

#1629December 4, 2018by Brandonwaichunyu3 answers
1 reactions

Grapesjs- When i drag and drop the video into the canvas, i want it to be selected on Component Setting right away

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

abhi-161994

hi @Brandonwaichunyu Visit this https://github.com/artf/grapesjs/issues/174

Brandonwaichunyu

Grapesjs- When i drag and drop the video into the canvas, i want it to be selected on Component Setting right away? Any codes for it?

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.

#1615November 28, 2018by jmtt892 answers
0 reactions

[Feature] support edit credentials request attribute on Remote Storage

The credentials options its forced to be 'include' on Remote Storage. https://github.com/artf/grapesjs/blob/master/src/storage_manager/model/RemoteStorage.js `

arthuralmeidap

Created MR #1705

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.

#1612November 27, 2018by Brandonwaichunyu1 answer
0 reactions

Grapesjs, is there a code for View code????

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.

#1609November 26, 2018by Brandonwaichunyu2 answers
0 reactions

Grapesjs, How to extract html/css code in view code into console log?

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

Brandonwaichunyu

View code doesnt appear on my javascript

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.

#1595November 19, 2018by acxvgalanov2 answers
0 reactions

[Feature] Image uploader size limitation

Add a possibility to limit uploaded image size. Maximum image size should be configurable in options for grapesjs.init.

artf

You should be already able to do that by implementing your own uploadFile method

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.

#1590November 18, 2018by Geeker13 answers
0 reactions

Integration with another template

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

Geeker1

I'm new at using grape js but is there anyway of using pre made templates with css links editable in grape js canvas

artf

css links editable Well not by default but you can create a custom component for such a case (eg. with a custom trait)

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.

#1488October 9, 2018by rgernale1 answer
0 reactions

Multiple Block Mangers

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.

#1481October 6, 2018by david-polak3 answers
0 reactions

Component.remove() gets called on drag and on trash

There is no way currently to distinguish between remove() called on component when you are dragging it. And when you pres the trash button. This is currently a blocker for me, I am gonna fork and hack it in myself, but it would very much help if this feature was available.

david-polak

https://github.com/david-polak/grapesjs/blob/2872daad17722895a3c8e80b9a4c2db188112727/src/commands/view/ComponentDelete.js#L20 this works

david-polak

https://github.com/artf/grapesjs/pull/1482 PR

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.

#1427September 15, 2018by chiqui3d3 answers
2 reactions

some paragraphs are not badgable and hoverable

I'm testing the editor on a particular template with Boostrap 4 using flex, but I realized that some paragraphs do not show the badge correctly, I'm going to put here the demo https://jsfiddle.net/kf5n9sdq/31/, I've given myself that if I delete the main image if you can select, but I do not really understand what hap...

juanj

It looks like it have something to do with the scroll. If you scroll, the blue selection box shows where the paragraph was at the start. I don't think it have anything to do with the image. Even if you delete the image and scroll you get t...

chiqui3d

Great observation mate, it was that, the problem came from the body that had the overflow: hidden; Thanks very much @juanj

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.