#1223June 20, 2018by ogousseau2 answers
I want to save file when i upload in dropzone, to do in init And in my Controler ASP.Net SuperAdmin : But formdata is always null ??? What i wrong ? (i'm beginer why JSon) Merci beaucoup.
artf
Check via devtool if the request is sent from your browser, the server part is up to you, can't help you there
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.
#1222June 20, 2018by laziest-coder2 answers
I want to use grapes.js to create a website constructor for clients and when they show the design it should show the price of constructed website according to how many elements are used. What I am struggling in is that I can not create variable called "Price" and when from Blockmanager something is dragged and dropped...
artf
Currently, you should try with something like this BTW I'd like to re-enable block specific events, so probably with the next release the process will be more concise
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.
#1221June 20, 2018by algodata443 answers
Hello, when I use grapesjs (with gjs-preset-webpage or gjs-preset-newsletter) I sometimes have a weird bug. I can't drag the blocks on the right, they don't move when i click on them. Sometimes, even reload the page isn't sufficient. We witnessed this bug with Mozilla and Safari but not with Google Chrome. Did someone...
artf
Hi @algodata44, do you use the latest version? Any error in console? Honestly, I don't face any issue with other browsers so can't actually help you here. You should at least provide a live demo with steps on how to reproduce the issue.
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...
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.
#1220June 19, 2018by JulyanoF2 answers
How can I manipulate elements into a block content? For example: My block: My component: Command:
artf
var myImg = editor.find('img') there is no editor.find 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.
#1219June 19, 2018by hahenty3 answers
Hello. Event "component:remove" triggers when any component deselected by ckicking on other place. Browser – Firefox (autoupdated) https://jsfiddle.net/szLp8h4n/207/ here "console.log" listens this event and prints on deselecting, including body of canvas. [google translated]
WkRPcoN
I can confirm I am experiencing the same issue on v0.14.20 this.editor.on('component:remove', function(model) { console.log('comp removed'); });
artf
Will be fixed in the next release
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.
#1218June 19, 2018by FrciSmrci3 answers
Hey @artf , I have a question around Asset Manager. When uploading an image via computer or url the preview shows up at the asset collection in the modal, but after double clicking - selecting it the element in the canvas doesn't have a src. When opening the Asset Manager again after the upload and selecting the image...
artf
Can't reproduce it on the demo, are you working with the latest version? Can you provide a live example?
FrciSmrci
Hey @artf , the problem occurs only on newly uploaded pictures - which isn't possible to do in the demo. You can only select the ones that are already in the storage. After upgrading to the latest version from 0.14.15 the asset:add event i...
artf
the problem occurs only on newly uploaded pictures I've tried to add it via url as you've suggested and it works as expected After upgrading to the latest version from 0.14.15 the asset:add event isn't firing anymore. Same, not able to rep...
#1216June 19, 2018by ionic6661 answer
excuse me.i want to modify configuration items for charts.so i should get the chart in script from the block.But I haven't found the right implementation yet
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.
#1215June 18, 2018by ogousseau3 answers
Bonjour, I try to add Google Font : When i click on Typography, script stop in Grapes.jp show: function show() { this.$el.addClass(this.pfx + 'open'); this.getPropertiesEl().style.display = ''; <=== style is null ? this.$caret.removeClass(this.caretR).addClass(this.caretD); }, Where it's wrong ? Merci.
artf
I think the real issue here is a need to have methods like which then update the view accordingly to the change. So I'll add them for the next release. For now, declare your Style Manager in init configuration object or try with something...
ogousseau
Super merci. !!!!!!
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.
#1214June 18, 2018by kuldeepcis3 answers
Previous issue Please confirm, above reported bug has been resolved. Or still having same issue. Please confirm . Same issue with slider also. Thanks in advance
v8jupiter
Please confirm, above reported bug has been resolved. - 100% resolved.
kuldeepcis
But still I'm facing same issue on latest version 14.20 Can you @v8jupiter please share code with us. Response format attached above. Please check and let me know if I'm doing something wrong
artf
@kuldeepcis provide a live demo
#1213June 18, 2018by laziest-coder1 answer
I want to use grapes.js to create a website constructor for clients and when they show the design it should show the price of constructed website according to how many elements are used. What I am struggling in is that I can not create variable called "Price" and when from Blockmanager something is dragged and dropped...
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.