I noticed already a few times that when you are writing Javascript in the editor that after a while it is impossible to add a space so instead the next character is being overwritten. So either you have to type the whole sentence again or you have to refresh the page.
This probably will be the same for writing CSS but I didn’t use this so extensively.
Thanks for the heads up on this one. That’s really strange. Could you let me know what browser you’re using? Also, next time it happens, would you mind checking your browser’s developer tools? Let me know if you see any errors. Meanwhile I’ll keep an eye out for it.
No problem. I’m using Firefox Developer Edition. I just refreshed the page so it might take a while before it happens again but when it will happen I will let you know when I see any errors.
Ok, thanks! Sounds good.
Hey @alexander here a video where you can see happening what I mean, I couldn’t see any errors in the console log.
Test4 - Page Builder - Pro — Firefox Developer Edition 2021-08-14 15-35-21.mp4
I’ve poked around here and haven’t gotten this to happen in Firefox Developer Edition. Very strange issue. It could be a bug in the WordPress wrapped or the underlying library (CodeMirror) that’s just happening on the edge releases of Firefox browser. When it comes up, I would suggest tabbing over to the Global JS tab, then back to Page JS which should cause those components to completely teardown and setup again. The actual code editors we use here are bundled with WordPress and we’re just applying the color scheme.
Thanks, will check if that works when it happens again.
Sounds good!