We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I loaded in my old Mayflower tracking project from a couple of years ago and noticed that my menus were distorted in V8
in V9
using git bisect I worked out it was due to this commit which changed the reshape reporter 10b3166
The change that affect my project comes down to this difference in behaviour in V8
where I relied on the fact that nothing is produced if 1st parameter is 0
but in V9, it returns
I can obviously work around this with an if but reporting it for you to decide if it's a bug or a new feature :)
The text was updated successfully, but these errors were encountered:
The actual piece of code where I was relying on old behaviour
If second width < main width, nothing used to be appended
Sorry, something went wrong.
No branches or pull requests
I loaded in my old Mayflower tracking project from a couple of years ago and noticed that my menus were distorted
in V8
in V9
using git bisect I worked out it was due to this commit which changed the reshape reporter
10b3166
The change that affect my project comes down to this difference in behaviour
in V8
where I relied on the fact that nothing is produced if 1st parameter is 0
but in V9, it returns
I can obviously work around this with an if but reporting it for you to decide if it's a bug or a new feature :)
The text was updated successfully, but these errors were encountered: