[MCPE-1955] Text on Signs is weird / Sign letters are erased when you write numbers or exclamation marks Created: 26/Feb/13 Updated: 21/Aug/13 Resolved: 21/Aug/13 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.6.0, 0.6.1 |
| Fix Version/s: | 0.7.4 |
| Type: | Bug | ||
| Reporter: | Cristopher Rodriguez | ||
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Game Mode: | Creative | ||||||||||||||||||||||||
| Confirmation Status: | Community Consensus | ||||||||||||||||||||||||
| Platform: | Android | ||||||||||||||||||||||||
| CHK: | |||||||||||||||||||||||||
| Description |
|
This bug affects the text on all signs in Pocket Edition 6.0 and 6.1. What it does is if you press 1, !, or 6, it would skip a line of text. Normally, pressing these buttons would just continue writing. It will cause the text on the sign to skip one line. It gets triggered when you press these buttons. You are forced to press space 2 times, and then typing these letters and symbols. |
| Comments |
| Comment by Ray Lott [ 30/May/13 ] |
|
Should be fixed in 0.7.0! |
| Comment by Jack Kiuttu [ 16/Apr/13 ] |
|
Definitely has to do with Unicode, understanding how the max Unicode for normal characters is 63 and the max unicode for other characters is 255. |
| Comment by Jack Kiuttu [ 16/Apr/13 ] |
|
The same glitch has been bothering me! I'm thinking it's a bit overflow, so it has to delete the letter behind it in order to add the letter in. My solution: Add spaces before the characters you will input. |