Famous / engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Render Size DOM wrapps the text in 2 lines

elinfante opened this issue · comments

Hello,

Is there a reason why having a Render Size Node when I add some text that has more than 1 word, It wrapps it in 2 lines? Not even using CSS I can have the text in 1 line. Is there anything I am doing wrong?

Any advise would be appreciated.

Screenshot of what the issue is. I was expecting to have 'Hello World' in 1 line...
2lines

@elinfante What happens if you set nowrap on the text so it's on one line?

@trusktr I have tried to set the CSS as white-space: nowrap; but does not make any difference.

For what I can see, when It sets the content of the DOM (NODE is render size) for the first time gets the width of the first word and the wraps the other one, and If I replace the content and the new content is smaller than the first word then It does now wrap. I think It is a bug but I just wanted ton confirm with you guys jus in case I am doing somehting wrong.

I don't think it's an issue in Famous. Try putting your text in a span? @elinfante

@trusktr I have done that as well and still wrapping the text. I am not sure about not being a bug.
Can you setup a very simple test that contains "Hello world" in 1 line? All my attempts I have failed..

@trusktr : If the parent's width is big enough to accomodate both words then the behaviour is as expected. I will around that. Thanks for your help!!!

@elinfante SOrry for the late reply. I'm focusing on infamous/motor, so we'll eventually make sure it works there. ;)