#3902October 30, 2021by josh-fnbtech3 answers
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v95 Reproducible demo link can't reproduce on those links Describe the bug trying to import grapesjs in an ember app. Code of Conduct [X] I agree to follow this project's Code of Conduct
artf
I published the new 0.17.29 version on npm. Please try it and let me know if it fixes the issue.
nik736
Setup my new MBP and this happens to me as well. +1
artf
@abozhinov are you talking about the 0.17.28 or 0.17.29?
#3687August 10, 2021by Joshmamroud3 answers
Version: 0.17.22 Are you able to reproduce the bug from the demo?[ ] Yes[X] No I can't reproduce it in a demo however you can see it for yourself if log into Documint using the following credentials:Email: [email protected]: demo then make a change to the template and try using ctrl+z What is the expected behavior? S...
Joshmamroud
You were right, it wasn't React or GrapesJS. Event propagation was being stopped by the rc-drawer component I was using. @artf thanks for your help, this has been an issue from day one.
artf
Hey @Joshmamroud we have this code that propagates keydown keyup keypress events to the parent document, this allows keymaps to work, ensure to not contain any code/component which prevents the propagation of those events.
Joshmamroud
Hey @artf, I believe it may be blocked by React. Any suggestions on how to re-bind these event listeners? Not even sure if that is the right solution or path.
#2138July 15, 2019by alikabeer323 answers
The background-image url is getting wrapper around by linear-gradient() function like so Even though I assigned gradient to 'background' property instead of 'background-image' I can't reproduce the bug in the demo of either grapesjs or the plugin because in neither of them have the two features (background image and g...
artf
Can someone check if the latest release fixes the issue, please?
alikabeer32
UPDATE: I know it's a very hacky fix but what I did is replace every 'backgroundImage' with just 'background' in the grapesjs-style-gradient.min.js file of the plugin. And now it works like I need it to. Perhaps someone could provide a bet...
robsonsobral
Wow! I'm not the only one going crazy! @artf , do you have any suggestion? Where should a pull request be submited?
#1592November 19, 2018by dlorenzo2 answers
Setting 'highlightable' to false seems to have no effect on components when using version v0.14.40. Dotted lines are still visible. Can't reproduce with version v0.12.17.
artf
Yeah, I've noticed that just after the release, the fix should be ready for 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.
#895February 23, 2018by alvim2 answers
I'm using GrapesJS v0.14.5 in a local copy. OS: Ubuntu 16.04 LTS Browser: Chrome Version 64.0.3282.140 (Official Build) (64-bit) I think I can't reproduce it from the demo I have a component with the current script: (The "comp" variable part is from a plugin functionality I'm currently developing, but I think you can...
artf
gjs-html contains the final HTML, the HTML your users will gonna see so it's correct that you see the script "compiled". For a correct editing, you have to rely on gjs-components which is basically a JSON representation of the template and...
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.