When I download a page, I see different html then I saw in the page. When I put the saved html back to the gjs, I see a some different page. How do I load the saved page and edit it next time?
wyx2000
I see ,use storage manager,
wyx2000
Same question here
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.
Hi. Like the "Preview" mode, i'm like to show only the canvas (without bars on the side/top), without the eye icon at corner. Has any "production" mode or something like this? It's the editor.getHtml() close to this?
artf
No, there is no "production" command, but you can create easily one by checking the Preview.
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.
Hello, After restoring editor from db still have some part of bug present. It seems inside of script: function () traits will have old value. Short explanations: script: function() { var startfrom = '{[ startfrom ]}'; var endTxt = '{[ endText ]}'; In variable startfrom and endTxt we will have old values Video explanat...
artf
Thanks for the catch Vlad, it'll be fixed in 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.
@artf I'm creating a custom component of Default type and the code looks like Even I refereed #260 and implemented as you suggested. Here, the custom div tag holds the functionalities of selectable, removable and highlightable etc. I need the child elements as well to be selectable and highlightable. How to do that? A...
artf
You can't use data-gjs- attributes if you attach them directly to the DOM, those attributes are parsed from the model level, so model.components('<div data-gjs-...')
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.
Hello everyone, I noticed that when you select Vimeo as a provider in a video block, and uncheck the "Control" option, the controls will still be there and you cannot remove them. Regards.
artf
Seems like now it's only a feature for Pro accounts... https://help.vimeo.com/hc/en-us/articles/224969968-Embedding-videos-overview I'll remove it then
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.
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...
I have created component with certain traits. I am not able to assign default value to traits by passing values. It is coming as undefined for color type, blank for text field. Any changes in field is getting reflected in component
artf
Traits should read the default directly from their props/attributes, so in your case, it should be something like this:
rajanbharti
in your case, defaults should be like typeid: 0 pointing to the first element as default
Hey @artf, I noticed the canvas iframe doesn't appear to have any doctype set on it, which causes it to be in quirks mode. Is this intentional? I'd like to set it to <!DOCTYPE html>, but doing so causes some positioning issues that you can see in this screenshot and demo. Would you be open to a pull request that would...
ryandeba
This has suddenly become less relevant to the project that I'm working on, so I'm closing it for now.
peakrams
I am interested in a possible solution for this issue. For now I've worked around it by putting custom CSS for those quirks that have a solution via CSS, but the ability to use a DOCTYPE would better, I think.
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.