Editor bug

A weird bug appeared in the xojo ios ide. Sometimes the cursor is misplaced. Here is an example:
dtPicker1.AddColumn Array(“English”, “Magyar”, “Deutsch”,“Romn?”, “?etina”, “Polski”)
Im using xojo 2015r2.4. Does it happen in the new version?

[quote=286876:@Roland Maszlag]A weird bug appeared in the xojo ios ide. Sometimes the cursor is misplaced. Here is an example:
dtPicker1.AddColumn Array(“English”, “Magyar”, “Deutsch”,“Român?”, “?eština”, “Polski”)
Im using xojo 2015r2.4. Does it happen in the new version?[/quote]

With a monospaced font such Consolas, it happens a lot less often. But it is possible that some accented characters in “Român?”, “?eština” throw off the caret position calculus. Is the issue before of after these ?

After them, but it happens in sql commands too (only in OSX).

[quote=286876:@Roland Maszlag]A weird bug appeared in the xojo ios ide. Sometimes the cursor is misplaced. Here is an example:
dtPicker1.AddColumn Array(“English”, “Magyar”, “Deutsch”,“Român?”, “?eština”, “Polski”)
Im using xojo 2015r2.4. Does it happen in the new version?[/quote]
This was a bug that has indeed been fixed in the newer versions but, as Jean-Paul says, you can confirm for yourself with a free download of the latest release, just in case you are seeing a different issue.