-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed By: achen1 Differential Revision: D5982241 fbshipit-source-id: 2f694daca7e1b16b5ff65f07c7d15dd558a4b7e8
- Loading branch information
1 parent
de313f6
commit 4994d6a
Showing
2 changed files
with
137 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This CL breaks the borderRadius inside animated view, after this CL borderRadius inside animating view isn't translating together with the view causing the border to stay in the same place while the rest of the view translating. and it looks like the border is being detached.
This is the issue:
#17224
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RSNara I noticed the same problem: #18266
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dashed and dotted borderStyles also broke as a result of this commit: #17251, #18285
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More issues related to this: #17267 & #18000. Can we revert those changes? @achen1
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverting 5 months after the commit landed is unlikely to happen - this will need to be fixed forward.
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just say that reverting this commit (and other commits related to the border work) did indeed fix it for me.
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mannol which others? It would be nice to know the exact changes that caused the issues so we can work on a fix
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brunolemos I had to revert following commits:
5aa1fb3 7170543 efa4d3c 00c9c1a 875f273 38c2c26 1a7abcf 0f467a2 7ed7593 f788831
4994d6a de313f6
And also, I had to add a new method in ReactViewBackgroundDrawable:
Really hope this gets fixed soon; the change is too big for someone to just hop into it without any previous knowledge on the topic.
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mannol, can you please just provide your working java classes.
4994d6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey guys, I just copied the
ReactViewBackgroundDrawable.java, ReactViewBackgroundManager.java, ReactViewGroup.java
fromRN0.50.1
and IT WORKS.