Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(styling): change transform parameters parsing #9481

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

Merged
merged 3 commits into from
Aug 11, 2021
Merged

fix(styling): change transform parameters parsing #9481

merged 3 commits into from
Aug 11, 2021

Conversation

SergeyMell
Copy link
Contributor

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.

#5202
@cla-bot
Copy link

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.

@SergeyMell
Copy link
Contributor Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Jul 25, 2021

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

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

SergeyMell commented Jul 25, 2021

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

@edusperoni
Copy link
Contributor

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

@SergeyMell
Copy link
Contributor Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Jul 26, 2021

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

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

#5202
@SergeyMell
Copy link
Contributor Author

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

@rigor789
Copy link
Member

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

NathanWalker
NathanWalker previously approved these changes Jul 26, 2021
@NathanWalker
Copy link
Contributor

Thank you @SergeyMell 🤗

@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 August 11, 2021 17:42
@NathanWalker NathanWalker merged commit dbaab58 into NativeScript:release/8.1.0 Aug 11, 2021
NathanWalker pushed a commit that referenced this pull request 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
Development

Successfully merging this pull request may close these issues.

CSS bug: short form of "transform: translate" is incorrectly applied
4 participants