Hello, the bug is the following.
Create a new project, set "Fullscreen" to "On (crop mode)"
Put one "TextBox" and run project.
Now just type in the textbox until fill all.
Press "Backspace" to delete!
And you'll see what happens O.O
Note, it is in chrome.
The layout changes, or the textbox get moved from where it was made.
This doesn't happen in firefox.
Sorry i tried that in chrome and could'nt reproduce that bug..
Develop games in your browser. Powerful, performant & highly capable.
same thing in Chrome, it's a blackout :)
You have to type quite a lot of text (like twice or "thrice" the length of your textbox) and be sure you are in full screen "crop".
As soon as I start to press backspace I get this :
<img src="http://dl.dropbox.com/u/36472942/construct/bugs/r72-textbox_chrome_bug.jpg" border="0" />
Note: switching between windows sets the display back to normal.
I didn't type so much text, only 4 or 5 characters more than the length of the textbox
Hmm, this might be a Chrome bug. The backspace key should be handled totally by the form control and not affect the runtime at all! Also, when the bug happens, Chrome's dev tools still shows the canvas in the right place (it highlights the correct area) even though it's become offset. I might report it to Chrome and see if they can do anything about it.