-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Plaid iframe shows with transparent background while loading #33337
Conversation
@alitoshmatov Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@alitoshmatov Can we proceed? |
Sorry. Have been busy with holidays. I review it shortly |
@tienifr Can you check android native app, I am still able to reproduce this issue Screen.Recording.2023-12-30.at.15.25.58.mov |
What was the issue? I can't see any issue in your video. The loading indicator appeared on a white background. |
I mean I am seeing two loading spinners at the same time, which OP of issue states as a problem:
This is only happening in android native app, I couldn't reproduce it on other platforms |
@tienifr Any updates |
I'm checking that. Haven't found the root cause yet. |
@alitoshmatov I can't no longer reproduce it after merging Screen.Recording.2024-01-09.at.19.31.36-compressed.mov |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeplaid-bg-android.movAndroid: mWeb Chromeplaid-bg-mweb.moviOS: Nativeplaid-bg-ios.mp4iOS: mWeb Safariplaid-bg-safari.mp4MacOS: Chrome / Safariplaid-bg-web.movMacOS: Desktopplaid-bg-desktop.mov |
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.
Everything is working fine
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.
Great thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/marcaaron in version: 1.4.26-2 🚀
|
Details
Plaid iframe shows with transparent background while loading. This PR fixes that.
Fixed Issues
$ #32685
PROPOSAL: #32685 (comment)
Tests
Offline tests
NA
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
Screen.Recording.2023-12-20.at.17.44.32-compressed.mov
iOS: Native
Screen.Recording.2023-12-20.at.17.41.17-compressed.mov
iOS: mWeb Safari
Screen.Recording.2023-12-20.at.17.46.51.mov
MacOS: Chrome / Safari
Screen.Recording.2023-12-20.at.17.37.18-compressed.mov
MacOS: Desktop
Screen.Recording.2023-12-20.at.17.38.59-compressed.mov