-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last line of multiline labels invisible #461
Comments
Are you on a recent version of openfl? I believe the issue (if its the same im thinking of) is resolved there, can you also try the flag |
Yes I'm on openfl 9.1.0. |
Hmmm, ok, any chance of a test app? I think openfl git might fix it, though i appreciate that is likely something you dont want to do. I can test this end against openfl git if you have a semi small test app? |
I made a simple test app. Unzip and run it using openfl test html5. Then in the window, keep clicking the "bla" text, it will keep adding text. As soon as the text wraps, the last line of text will not be shown, until another line is added etc. |
So, i think this is fixed in later versions of openfl, im on git, quite an old commit, but certainly not as old as the last official release, which i believe is 1year+ old. As far as a know a new version will be coming out very soon, so maybe lets leave this open and revisit it when that happens? Also, just to sanity check, this is the behaviour i saw with your test app, you are saying you dont get this behaviour, correct? |
Correct, the second line only shows up when the third line is started, and then the third line being invisible. Alright yeah, let's leave it open. |
I'm using the lastest git version of haxeui through openfl test html5.
The issue is that the last line of a multiline label won’t get displayed.
It does increase the height, but not quite enough. Probably does not account for margins, spacing, padding, whichever...
In the upper label it should show “some text\n123”. With some extra space it does.
The text was updated successfully, but these errors were encountered: