#976March 22, 2018by TimNZ3 answers
Bugs Add 2 column block, select a Cell, and use resize handle to resize width.Realtime width change of cell does not track the mouse pointer.Dimensions fields/calculation seem broken, switching between % and px in unexpected ways.Resize handle intermittently disappears SuggestManual Cell resize needs to use a sane met...
TimNZ
Thanks for the reply. I'll have a play as well. Awesome awesome awesome work with Grapes, greatly appreciated. I'm using a number of components that have had a huge amount of work put in by many people and will support as soon as I can aff...
artf
Realtime width change of cell does not track the mouse pointer The current grid uses flexbox and as it tries to adapt itself in relation to its sibling nodes what you're asking it's not possibleDimensions fields/calculation seem broken, sw...
#970March 21, 2018by alimajed932 answers
Hello everyone, I noticed that when you drag and drop a video block and before adding any url, if you switch providers (choose youtube or vimeo), an error appears in the console while the block is functioning normally. In case you choose youtube, the error received is: <img width="1280" alt="screen shot 2018-03-21 at...
artf
Well Vimeo's case is pretty much self-explanatory, about the Youtube, it's a chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=807304 and you'll see this error on any page with an embedded youtube player, so just need to w...
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.
#969March 21, 2018by alimajed932 answers
Hello everyone, I noticed that when you drag and drop a video block to the canvas, choose youtube, add the correct video ID and check the loop option, it doesn't work as expected. It works well for HTML5 and Vimeo though. The url changes when checking this option adding loop=1: https://www.youtube.com/embed/5Q80bhJYTI...
artf
Seems like the loop is broken and works only with playlist enabled https://stackoverflow.com/questions/25779966/youtube-iframe-loop-doesnt-work I'll add it to the loop parameter
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.
#967March 21, 2018by yashmahes1 answer
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...
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.
#964March 20, 2018by anand-gopinath3 answers
@artf Sorry to post it again, It will be the continuation of #952 I just discussed the approach with MJML community and our conversation went like this https://github.com/mjmlio/mjml/issues/1063#issuecomment-374526777 Please have a look at this. So in order to avoid heavy load time and other MJML limitations and I hav...
anand-gopinath
@artf Can you please check this
artf
You should definitely use Custom Components, which is exactly the same way I do in grapesjs-mjml but, in your case, instead of relying on MJML renderer you would do it on your own logic
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.
#963March 19, 2018by theleoni2 answers
Hello. I'm integrating GrapeJS with PHP (CodeIgniter) and I saw that there are others who do this. But I looked in the documentation and checked the bugs and questions and I still do not know how I can create the endopoint (upload and download) for the remote Storage Manager API connection. Is there any example I can...
artf
There are no rules on "how to create YOUR endpoints" just receive/send data from the server (check the devtool network inspector if you're not sure about the data). About the grapesjs configuration https://github.com/artf/grapesjs/wiki#sto...
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.
#959March 16, 2018by tommedema3 answers
I recommend adding --bail after the mocha command in package.json's test to make this easier to see, e.g.: On the latest dev branch, this is easy to reproduce by simply running npm test many times: Sooner or later you will get: This seems to go away if you .skip this test in test/specs/selector_manager/e2e/ClassManage...
tommedema
I haven't seen this in a while. Will close for now.
artf
Should we wait for all modules to have loaded prior to attaching the event listeners? Mmmm that piece of code is running synchronously so I don't think it's gonna help BTW never faced this issue within my environment 🤔
tommedema
@artf it's easily reproducible here. Try to run it repeatedly as suggested above. Here's proof: My environment: OSX High Sierra 10.13.3 Node.js v9.2.1 Latest rapes dev branch commit #e6593e7ad9a For some reason this.get('DomComponents') re...
#950March 15, 2018by attaalive2 answers
I am changing the device by using editor.setdevice function by calling it in document.ready function. On most devices it is working fine but on some MacBooks by using Google Chrome browser it is only changing the canvas size not updating the dropdown that is showing the devices name. Please help me to solve this bug....
artf
Please follow the issue template
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.
#949March 14, 2018by subhasreemurugan1 answer
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...
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.
#946March 13, 2018by mpr322 answers
Using dev@HEAD (https://github.com/artf/grapesjs/commit/9a71368f43d690405d3c60682c7dfee83fd87a4e) you can see that the Test block has it's label clipped, as shown in both Firefox and Chrome below. NB this doesn't happen on release v0.14.5
artf
I'm not facing it on my side (Mac), probably due to the font size differences the whole content exceeds block's height: 90px;. We need overflow:hidden to avoid the text overflow with big strings. Probably just by setting min-height: 90px;...
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.