RUMM-2496 SR Correctly handle clipped elements and scrollable lists#1101
Merged
mariusc83 merged 2 commits intoOct 26, 2022
Merged
Conversation
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
3 times, most recently
from
October 24, 2022 13:47
1e56f89 to
2f869d3
Compare
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
from
October 24, 2022 14:05
2f869d3 to
346ba51
Compare
mariusc83
marked this pull request as ready for review
October 24, 2022 14:16
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
3 times, most recently
from
October 24, 2022 14:59
c9cba70 to
7dfe501
Compare
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1101 +/- ##
=================================================
+ Coverage 82.53% 82.60% +0.07%
=================================================
Files 347 350 +3
Lines 11183 11244 +61
Branches 1834 1851 +17
=================================================
+ Hits 9229 9287 +58
- Misses 1391 1399 +8
+ Partials 563 558 -5
|
0xnm
reviewed
Oct 25, 2022
0xnm
left a comment
Member
There was a problem hiding this comment.
Looks great (and big!). I've left some questions/comments.
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
from
October 25, 2022 13:59
7dfe501 to
aacb470
Compare
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
from
October 25, 2022 14:02
aacb470 to
b6e3d2e
Compare
mariusc83
force-pushed
the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
from
October 25, 2022 14:19
b6e3d2e to
0edde83
Compare
0xnm
approved these changes
Oct 26, 2022
mariusc83
deleted the
mconstantin/rumm-2496/correctly-handle-the-scrollable-lists
branch
October 26, 2022 15:53
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
In this PR we are introducing the capability of the SR recorder to add the clipping property to each
Wireframewhenever it is outside of any of its parents bounds. The following updates where added:WireframeClipoptional property was added into theWireframeandWireframeUpdateSR schemasNodeNodesinto aList<Wireframe>we keep track of the parents for each of theWireframeand we are computing theWireframeClipproperty. This will solve also the issue when aWireframeis rendered inside aScrollableListWireframewe take into account also theclippingdimensionsMotivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)