#1263July 6, 2018by zimnerd1 answer
Good Day I am trying to add a modal into my html, I was able to add a modal in the blockmanager but i am struggling to find ways to edit the modal content inside the editor. Any help will be appreciatedWARNING READ and FOLLOW next 5 steps, then REMOVE them before posting the issueFollow CONTRIBUTING Guidelines https:/...
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.
#1228June 24, 2018by ronaldaug3 answers
Tested on both npm and cdn GJS Version - 0.14.20 (latest) OS - Mac Browser - Chrome Problem If CSS class name has a parent or child like #parent .child{ color: red }, user can't reset the style to origin, it still remain inside CodeViewer. Codepen Demo 1 - Adding CSS from block Codepen Demo 2 - Adding CSS inside #gjs...
artf
To remove the CSS codes that belong to a specific block. Indeed that block of CSS doesn't belong to any component (I'm talking about how the editor works) so that declaration is always rendered. GrapesJS can associate only class-based sele...
artf
This is because you're just clearing components. You can use the built-in command core:canvas-clear
ronaldaug
@artf Thanks for your quick reply. Sorry for my unclear question. What I actually want to achieve isTo remove the CSS codes that belong to a specific block. For example, when I delete a block in the canvas, the CSS codes of that block will...
#1224June 20, 2018by peakrams3 answers
Hi, I was trying to make a responsive layout but I discovered that the device switcher does not work consistently. The issue can be replicated in the official demo. Open http://grapesjs.com/demo.html Keep the "Desktop" as the selected device. Add at the top of the "Header" 2 block of type "2 Columns" (just above the m...
peakrams
Hello. There is or there will be any update about this issue? I've just tried to replicate it in the demo and the issue still persist. Unfortunately, I know only basic JS so I can't think of a way to fix this beaheviour myself. I don't kno...
peakrams
Hi, can someone help me with this issue? I have just replicated (in the demo) the second example I have provided in the opening post and it seems that nothing has changed from the last time. Thank you.
artf
@peakrams, unfortunately, no one worked on this
#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.
#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
#1196June 13, 2018by WkRPcoN2 answers
Hi, I recently updated grapesjs from v0.14.17 to 0.14.20 and found the Asset Manager no longer automatically opens when dragging an image from the Blocks Basic plugin or when dragging an custom block to the canvas. I have ensured that activeOnRender is set to 1 on a custom block, and it appears the Image block in the...
artf
Found the bug, will be fixed for the next release Thanks for the catch
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.
#1186June 8, 2018by Chilli-B2 answers
Hello, it's either a bug or a question, i don't know yet. I defined a new component with - beside others - a number trait, as you can see on the code below. Unfortunately when adjusting the number over the arrows coming along with the trait automatically, it very often switches to 'undefined'. Am I missing something o...
artf
For such an issue I'd require a live demo because you might be using an old version. BTW I wasn't able to reproduce it, so it might also be fixed. In case it's not, please open another issue, with a link to a live demo and exact steps on h...
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.
#1160June 2, 2018by ADTC3 answers
Similar to #1140 but it is in Firefox 60.0.1 (64-bit) and the Console spits out the following: On Webpage Demo: On Newsletter Demo:Are you using the latest release (older versions are NOT supported)? Don't knowIf you're not sure, type grapesjs.version in console and press ENTERAre you facing the bug with your local co...
blaasvaer
So, there are demos on the frontpage of the site that simply doesn't work without us having to go through hoops and loops. Why don't you simply fix the pages on the website!?
ADTC
Hmmmmmm the problem appears to have gone away after I posted this. I had refreshed several times before and it was still there before. If you think there's nothing to fix, please feel free to close.
babak-karimi-asl
i had the same issue . just install this chrome extension called HTTPS Everywhere . the blank page is because of some security risk of mixture of http and https requests and browsers will load the page but showing nothing . the error is re...
#1154June 1, 2018by alfaalex812 answers
I found a problem with droppable propagation. I do an example. I drop "3 columns" inside my template (yellow zone in jsfiddle), now, if i want add an image inside one of the columns, the green selector not appear. If I remove all data-gjs the system works correctly https://jsfiddle.net/7tdkjj6a/
artf
This happens because in the inner box you propagate droppable and when you drop the table its droppable goes to columns BTW use always the latest version
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.
#1140May 28, 2018by TclasenITVT3 answers
General Information I'm trying the the current demo on http://grapesjs.com/demo-newsletter-editor.html. The webpage demo works without a problem but the newsletter demo fails. I am using IE 11 on Windows 10. IE Version is 11.1088.15063.0, updateversion is 11.0.65 (KB4103768).What happens As seen in the screenshot the...
TclasenITVT
@artf thank you a lot for fixing this 👍
shareefhiasat
@TclasenITVT please edit steps to reproduce and add this link Test Browser online check IE 11 online grapesjs link @artf its working on Edge IEs ( version 20 in my case ) Regards
TclasenITVT
@shareefhiasat are you satisfied with the way I edited the steps to reproduce?