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

fix(styling): change transform parameters parsing #9481

Conversation

@SergeyMell
Copy link
Contributor

@SergeyMell SergeyMell commented Jul 25, 2021

Fixed the incorrectly applied short form of "transform: translate" style property.

#5202

PR Checklist

What is the current behavior?

#5202

What is the new behavior?

For now "transform: translate(10)" style property is treated as "transform: translate(10, 0)". All other options remain the same
FIxes #5202

Fixed the incorrectly applied short form of "transform: translate" style property.

NativeScript#5202
@cla-bot
Copy link

@cla-bot cla-bot bot commented Jul 25, 2021

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla.
CLA has not been signed by users: @SergeyMell.
After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check as a comment to the PR.

Loading

@SergeyMell
Copy link
Contributor Author

@SergeyMell SergeyMell commented Jul 25, 2021

@cla-bot check

Loading

@cla-bot
Copy link

@cla-bot cla-bot bot commented Jul 25, 2021

The cla-bot has been summoned, and re-checked this pull request!

Loading

@cla-bot cla-bot bot added the cla: yes label Jul 25, 2021
@SergeyMell
Copy link
Contributor Author

@SergeyMell SergeyMell commented Jul 25, 2021

Actually, this looks strange because I've already signed a CLA when submitting #8998 pull request

Loading

@edusperoni
Copy link
Contributor

@edusperoni edusperoni commented Jul 25, 2021

IIRC the cla changed when Nativescript joined the OpenJS Collective, which is why a lot of previous contributors are having to sign them again

Loading

@SergeyMell
Copy link
Contributor Author

@SergeyMell SergeyMell commented Jul 26, 2021

@cla-bot check

Loading

@cla-bot
Copy link

@cla-bot cla-bot bot commented Jul 26, 2021

The cla-bot has been summoned, and re-checked this pull request!

Loading

Fixed test for the translate property
which had to be changed according to the
changed logic

NativeScript#5202
@SergeyMell
Copy link
Contributor Author

@SergeyMell SergeyMell commented Jul 26, 2021

It seems tests fail due to timeout. Should I care about this somehow?

Loading

@rigor789
Copy link
Member

@rigor789 rigor789 commented Jul 26, 2021

It seems tests fail due to timeout. Should I care about this somehow?

I kicked off a new run, should hopefully finish without a timeout this time

Loading

@NathanWalker
Copy link
Contributor

@NathanWalker NathanWalker commented Jul 26, 2021

Thank you @SergeyMell 🤗

Loading

@NathanWalker NathanWalker added this to the 8.1 milestone Jul 26, 2021
@NathanWalker NathanWalker changed the base branch from master to release/8.1.0 Aug 11, 2021
@NathanWalker NathanWalker merged commit dbaab58 into NativeScript:release/8.1.0 Aug 11, 2021
2 of 3 checks passed
Loading
NathanWalker added a commit that referenced this issue Sep 8, 2021
Fixed the incorrectly applied short form of "transform: translate" style property.

closes #5202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

4 participants