Artur Arseniev

Results 173 comments of Artur Arseniev

I'm not able to reproduce it, are you able to provide a screen recording of the issue?

After exploring a bit more about this issue I'd suggest just not to exceed the canvas height with the device one. Unfortunately, currently, making any part of the canvas scrollable...

Hi @tomichal at the moment it's not possible but I think it's a good feature, so I'll add it to the [Roadmap](https://github.com/artf/grapesjs/issues/74)

Actually, you can add a listener on new selectors and add a prefix there ```js const prefix = 'myprefix-'; editor.on('selector:add', selector => { const name = selector.get('name'); if (selector.get('type') ===...

@abalyan-quotient the namespacing feature should be applied (configurable) at the [CssGenerator](https://github.com/artf/grapesjs/blob/dev/src/code_manager/model/CssGenerator.js) level

Please create a reproducible demo

I see how the contenteditable remains `false` which is the reason of the bug but I'm not sure what is the cause. It might also be the CKEditor which prevents...

Once the editor and its components are loaded it's hard to think about disabling JS, think about a component with custom scripts that binds events all around the DOM (maybe...

Yeah, this is something we don't support currently, but I think it might be nice to handle also those cases.

Absolute positioning, right now, has more than one issue and I'd like to address them all here: - [ ] Wrong position on a different Devices - [ ] Wrong...