Hi I am new to Bela!

I am having a odd problem!
It is that in the browser based IDE the text cursor (caret) is often off by one, two, or even three spaces when editing code.

It makes it rather hard to edit code when you don't know where the edit is going to take place.
Any one else have this problem and is there a way to fix it?

Thanks
Very much
Isaac

I have never seen this issue. What OS/browser are you using? Do you have any browser extensions enabled that may be affecting that ?

Hi giuliomoro,
I am using Arch/firefox. I have tried updating and disabling extensions with no change...
Thanks
Isaac

Can you try a different browser and see if the issue persists?

a month later

Thank giuliomoro , I have now tried chromium as well as google chrome browsers and the issue does still persist unfortunately .
So far it is just the issue is just limited to the code editing part the Bella IDE....

I will make a post if i find a solution but in the mean time i am open to any ideas of what might be going on !

Thanks

Does the debugging console print anything?

this what i am getting from the firefox debug

Element.releaseCapture() is deprecated. Use Element.releasePointerCapture() instead. For more help https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture ace.js:2978:42

i guess i could edit that file and see if it works
What is the best way to access files on the Bella or is there another way I be should going about it ?

Thanks

That worked !

I updated to that release and the issue seem to be gone!

Thanks !!

glad it worked. Go figure what they had screwed that was causing such a basic feature not to work on ... exactly one platform!

giuliomoro changed the title to Text cursor not lining up with text input in IDE .