#2501January 10, 2020by senchden1 answer
Expected behaviour: After checking certain HTML5 video attributes, they persist across reloads and checkboxes reflect current state. Actual behaviour: After reloading a video for which attributes have already been set, the checkboxes display default value set. Steps to reproduce:Select HTML5 video provider.Select vide...
artf
Found the issue, it will be fixed in the next release
#2498January 8, 2020by obrazkow3 answers
Bug #2478 after release still exists. Repeat steps and you will get error Uncaught TypeError: Cannot read property 'indexEl' of undefined. It can be to reproduce in your demo
artf
Nope 🤦♂️ Will be fixed in the next release. thanks @bgrand-ch
artf
Ok seems like we have also to fix the endMove function
bgrand-ch
@artf released, closed?
#2495January 7, 2020by prabha-912No answers
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...
#2490January 6, 2020by eD5722 answers
Hi art, there seems to be a problem with the Classes attribute in style manager, a Giant plus sign keeps displaying itself, whether I use it locally from my copy or on your demo. Version: Latest as of this date Browser: Mozilla OS: Ubuntu 18.04 Bug: Giant + on style manager Hey art just an update, think it's a mozilla...
artf
Ok thanks for the report, I'll adjust them in the next release, for now, you can this CSS as a temporary fix:
senchden
Can confirm on Firefox 72 and MS Edge 44.18362.449.0 . Tested with web page demo version 0.15.10. Several view icons have incorrect size:
#2488January 3, 2020by logeshkrishna03 answers
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...
logeshkrishna0
@artf could you please help me out
#2487January 2, 2020by msantore3 answers
I'm having an issue with Traits, wondering if this may be a bug. When I update the fontColor or fontSize trait, the other traits reset. Video: https://www.loom.com/share/6a40830699ad4c4590363f2641a07eac Code: https://github.com/msantore/vue-builder/blob/master/src/plugins/materials/components/index.js#L362 GrapesJS Ve...
pouyamiralayi
@msantore you are using `setStyle` which will override the previous styles. use it like below: cheers!
msantore
That fixed it, thanks!
artf
You can also use addStyle({ color: ${value} }) which does the same thing
#2469December 24, 2019by simplecommerce2 answers
Are you using the latest release (older versions are NOT supported)? YES, 0.15.9Are you facing the bug with your local copy of GrapesJS or with the current demo?Local copyAre you able to reproduce the bug from the demo?No, not React app.What is the expected behavior?Toolbar buttons should only be added once on load of...
artf
Ok, seems like we don't clear the RTE instance in the destroy method... I'll fix it for the next release
simplecommerce
For now, I have to do rte.remove before my rte.add so it doesn't duplicate.
#2459December 18, 2019by kickbk3 answers
I tried to reproduce this on your demo and could not, yet I am having the strangest issue. I was hoping you could point me in the right direction when debugging this. As soon as I store the html in localStorage and refresh the page (you will see a short pause in the screencast), grapesjs magically adds "-2" to every i...
artf
It should only happen when you append an HTML that contains an already defined ID, so the editor increments it to avoid conflicts. Are you sure you don't append the same content twice?! In any case, the function which does the check is her...
artf
Do you use the latest version?
kickbk
@artf, yes I do. 0.15.9, although it's the same with prior versions. I tried to remove all the plugins to keep it all very clean, but still getting this as soon as localStorage is generated. Any ideas why or where this may get generated so...
#2456December 12, 2019by varadero3 answers
I am using This works but only for blocks which are added/drag-dropped to the editor manually after it is initialized. If we supply components when we call grapesjs.init({..., components: [..]}), the components defined in components do not have the traits. How can we apply traits to initially loaded components too, no...
artf
currently there is a problem on storing custom types unless they are defined inside a plugin. Not a problem 😬, you just need to load custom types before the content and using plugins is the only wayI can't add all possible such elements a...
varadero
This is how it can be reproduced:Go to https://jsfiddle.net/nwsy6mv1/3/Open blocks and place "1 Column" blockClick inside the column and go to "Settings"You will see the drop-down trait with label "Trait label"At this time the grapesjs com...
pouyamiralayi
Hi @varadero please define your custom type as a plugin. cheers!
#2452December 10, 2019by senchden1 answer
Steps to reproduce:Select all text in a componentMove the componentSelect all text againMove the component againDeselect the component Expected result: Text remains Actual result: Text disappears Reproducible in a web page demo, version 0.15.9. See attached screencast: