GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome Reproducible demo link no demo link Describe the bug Hello @artf , can you please check these two 1.Cannot add color code manually in grapesjs editorImport modal is not having any save optionCode of Conduct [X] I ag...
artf
Please don't open BUG issues if you're not able to provide a reproducible demo.
GJSBlock
Thanks for reporting this, @udayan46. The issue with * appears to be a race condition or state management timing problem. This typically happens when component lifecycle events and DOM modifications overlap, creating an inconsistent state....
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? brave Reproducible demo link https://codepen.io/etamity/pen/NWpKYPp Describe the bug how to See multiple pages in onscroll using pageManager ? Code of Conduct [X] I agree to follow this project's Code of Conduct
artf
Please use Discussions for questions
GJSBlock
Thanks for reporting this, @ajjuyadav0209. Great question about Seeing Multiple pages on scroll. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module L...
GrapesJS version[X] I confirm to use the latest version of GrapesJSWhat browser are you using? Chrome 102Reproducible demo link https://codesandbox.io/s/grapesjs-4370-niizlcDescribe the bug How to reproduce the bug?Enable remote storageCall editor.StorageManager.load (doesn't matter what this actually returns) Then ca...
artf
Good catch, thanks @Vac1911
zhangdongxu-web
ๆไน้ๅฐๅๆ ท็้ฎ้ข๏ผ้ๆฐๅ ่ฝฝๅจๅญ็ๆฐๆฎๅ LayerManager ๅๅพๆ ๅๅบ ๅชๆไธไธช body box ๆไนๅๅข
GJSBlock
Thanks for reporting this, @Vac1911. Great question about LayerManager becomes unresponsive after StorageManager.load(). The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation fo...
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome 102.0.5005.61 Reproducible demo link https://codepen.io/adiux/pen/BaYrEXR?editors=1111 Describe the bug How to reproduce the bug?Add grapesjs-mjml to the project with any version newer than 0.5.6Add a border to a se...
adiux
sorry, I just realized I posted this to the wrong repo. Created another issue at grapesjs-mjml.
GJSBlock
Thanks for reporting this, @adiux. Great question about A border on the mj-column is shown twice in the editor. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your sp...
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v101 Reproducible demo link NA Describe the bug Not a bug, just an issue for upcoming PR for Norwegian support Code of Conduct [X] I agree to follow this project's Code of Conduct
rubjo
Someone beat me to it - so recently that it seems that it isn't released yet. :)
ZaheerNiazi007
@rubjo i18n: { locale: "en", detectLocale: false, messagesAdd: { en: en, }, }, try this use norweigen lang file (https://github.com/GrapesJS/grapesjs/blob/master/src/i18n/locale/en.js)
GJSBlock
Thanks for reporting this, @rubjo. The issue with Add Norwegian language appears to be a race condition or state management timing problem. This typically happens when component lifecycle events and DOM modifications overlap, creating an i...
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome latest Reproducible demo link Bind "storage:start:load" to an editor instance and see the console.log output Describe the bug How to reproduce the bug?...... What is the expected behavior? ... The event has been fir...
artf
Yeah with the current version you should bind the event in a plugin otherwise the first start:load is not captured. This should be fixed in the next release.
GJSBlock
Thanks for reporting this, @candidodmv. Great question about "storage:start:load" event is not being trigged. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your spec...
Looking at the screenshot uploaded, i circled Table Cell, Classes, Selected: NOTE: I'm currently using the newsletter preset plugin. I'd like to change the intext/title of 'Table cell', or 'Table' to something else like 'Custome Table Name' and also I want to change the innertext/title of 'Classes' & 'Selected' to som...
GJSBlock
Thanks for reporting this, @boomshakar. Great question about Change text of cell names/title in innerText names/title. The recommended approach with ProseMirror is to use the event-driven API. Start here: Check the GrapesJS documentation f...
Hello, Please i'm in need of the logic on how to the import template modal on initialization of the page... I'm using the newsletter preset plugin What i'm trying to achieve?: Make the user upload their code once the page has been loaded. Below are the logics I've tried, editor.on('load',(model, argument )=> { //open...
boomshakar
@boomshakar please don't convert discussions to issues Noted. Thanks
boomshakar
Hi @artf, I was able to get what I want by triggering click() on the button itself, const modal = edit.Modal; const query = new URLSearchParams(location.search); const uploadQuery = query.get('key'); if (uploadQuery === 'upload-code') { co...
artf
@boomshakar please don't convert discussions to issues
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v100 Reproducible demo link https://jsfiddle.net/9rt1xm6p/ Describe the bug How to reproduce the bug? Add page in pageManager and set name. What is the expected behavior? editor.Pages.getAll()[0].name should return...
artf
Properties are not placed directly on the instances. You can use page.getName() to get the name property.
GJSBlock
Thanks for reporting this, @miladmeidanshahi. Great question about Set name for page doesn't work. The recommended approach with GrapesJS is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module...
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Firefox 98.0.2 (64 bit) Reproducible demo link https://grapesjs.com/demo.html Describe the bug How to reproduce the bug? Just go to demo site using Firefox What is the expected behavior? Normal sized rte buttons show appea...
artf
This was already fixed here https://github.com/artf/grapesjs/issues/4176 and will be available in the next release.
GJSBlock
Thanks for reporting this, @confettidc. Great question about Super large RTE buttons. The recommended approach with ProseMirror is to use the event-driven API. Start here: Check the GrapesJS documentation for your specific module Look for...