-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix right/bottom in absolute layout. #552
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
Conversation
|
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 up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at [email protected]. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact [email protected] if you have any questions. |
|
@yihuang It would be great if you could add a test for this change. You simply have to add a html layout inside the fixture folder and run |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
@woehrl01 When I run |
|
@yihuang looks like an incompatibility with ruby 2.4.*. see watir/watir#508. I use ruby 2.2.1 locally. Maybe @emilsjolander know more about this? |
|
Looks line the issue is closed. Maybe we can just upgrade our watir dep? |
a4ec2ad to
c50954a
Compare
|
@woehrl01 tests has been added. |
c50954a to
b8afcd5
Compare
|
Thank you @yihuang! |
|
@emilsjolander has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: 1, Change bottom to be based� on height of parent. 2, Respect margin value when layout with right/bottom. Closes facebook/yoga#552 Differential Revision: D5102090 Pulled By: emilsjolander fbshipit-source-id: dca291413ffc2027d7628f4c8b8eeeb0b4823bc2
Summary: 1, Change bottom to be based� on height of parent. 2, Respect margin value when layout with right/bottom. Closes facebook/yoga#552 Differential Revision: D5102090 Pulled By: emilsjolander fbshipit-source-id: dca291413ffc2027d7628f4c8b8eeeb0b4823bc2
Summary: 1, Change bottom to be based� on height of parent. 2, Respect margin value when layout with right/bottom. Closes facebook/yoga#552 Differential Revision: D5102090 Pulled By: emilsjolander fbshipit-source-id: dca291413ffc2027d7628f4c8b8eeeb0b4823bc2
1, Change bottom to be based� on height of parent.
2, Respect margin value when layout with right/bottom.