Skip to content
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

Bad wrapping for a single-character field #474

Open
Gama11 opened this issue May 17, 2019 · 0 comments
Open

Bad wrapping for a single-character field #474

Gama11 opened this issue May 17, 2019 · 0 comments
Labels
bug Something isn't working wrapping Incorrect or undesirable wrapping

Comments

@Gama11
Copy link
Member

Gama11 commented May 17, 2019

This wrapping is pretty bad (found in openfl/openfl#2186).

Broken output

class Foo {
	function foo() {
		scrollThumbMouseMoveYRelative = getXFLMovieClip("ScrollThumb_" + this.scrollThumbState + "Skin").globalToLocal(new Point(event.stageX, event.stageY))
			.y;
	}
}
@Gama11 Gama11 added bug Something isn't working wrapping Incorrect or undesirable wrapping labels May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wrapping Incorrect or undesirable wrapping
Projects
None yet
Development

No branches or pull requests

1 participant