I am making a chat room and using the template. the template is a construct 2 template. it uses a "text input" object. however in construct 3 when i use that template the last line of text when "scroll to bottom" is used and compile it.. the bottom line is still hidden.
construct.net/en/free-online-games/multiplayer-chat-room-3494/play
this is the example which is a construct 2 project. if you fill the text screen to the bottom you'll see nothing is ever hidden by the box.. the every latest entry is visible without having to use the scroll bar.
However this same project (game.capx) will open in construct but when you compile it.. try the same situation. the latest entry is hidden below the box and to see it you have to scroll down.. maybe a bug in the input text object in construct 3?
I'm testing with Chrome on OSX and Windows 10. It's key that you compile the game in Construct 3 to see the problem.
Example 1 is Construct 2 (this is how it should look)
Example 2 is Construct 3 (notice how there is a scroll bar and text is off the screen?)
no matter how i positing the text box in this project it always covers the last entry posted.
Thanks,
Caleb