I can add more objects and it still happens. I can add code above and below the set color block, change the text in the object. But when I use set text, the bug dissappears only to return once I set the text to the link again. If I restart the app, it’s still there.
Even with no code the bug occurs. If I add another text with the same link it gets the same bug, and other links get the bug aswell. The bug is easily recreated and appears on iPhones too.
I’m using the latest Hopscotch version and the latest non-beta iOS.
Important note The bug only seems to occur when there are no spaces between letters. It doesn’t seem to fix it if there are spaces after or before the “word”.
Looks like the editor uses a different algorithm than the player for soft carriage returns. Note that the editor puts a soft return after the / and the - (I tested and the editor also will put a soft return if you hit the max single line text length with no special characters). That’s typical, however, the player is not using soft carriage returns at all. Since the text justification is always centered, the player just shows the middle of the text string.
@t1_hopscotch, I’m not sure about your role. Do you verify and report bugs to THT outside of the forum or should we still be tagging @Liza for visibility?