-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 BaseModal #26045
Fix BaseModal #26045
Conversation
@thesahindia 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-28.at.3.53.52.AM.movMobile Web - ChromeScreen.Recording.2023-08-28.at.4.08.44.AM.movMobile Web - SafariScreen.Recording.2023-08-28.at.4.03.44.AM.movDesktopScreen.Recording.2023-08-28.at.3.57.54.AM.moviOSScreen.Recording.2023-08-28.at.4.02.12.AM.movAndroidScreen.Recording.2023-08-28.at.4.11.48.AM.mov |
@hayata-suenaga This still needs to be fixed. Screen.Recording.2023-08-28.at.2.55.08.AM.mov |
Yea I'm still seeing the issue Screen.Recording.2023-08-27.at.2.54.51.PM.mov |
@allroundexperts do you have an idea what might be an issue? |
If you are referencing my proposal then I have proposed below 2 changes
|
@hayata-suenaga Have you tried using this? |
I made suggestions made by @Pujan92 Although for new chat and new room, the transition is very slow, for other items, the issue seems to be fixed Screen.Recording.2023-08-27.at.3.15.28.PM.mov |
I see this comment I assume this won't be a much issue? |
By the way, I have no idea how the modal system works in NewDot... |
I like clicking wrong buttons 😭 |
Oh, I just read but as per the current situation I think we do need to add |
Somehow I am not seeing slow transition compare to your video Simulator.Screen.Recording.-.iPhone.11.-.2023-08-28.at.03.55.18.mp4 |
The transition seems fine for me as well. Screen.Recording.2023-08-28.at.3.29.21.AM.mov |
on desktop, it's working 😄 Screen.Recording.2023-08-27.at.3.51.04.PM.mov |
@allroundexperts by the way, if you try the bank account flow (from the original issue), are you experiencing these flickering (hope this is not from my PR...) Screen.Recording.2023-08-27.at.3.53.10.PM.mov |
Here's what I see @hayata-suenaga Screen.Recording.2023-08-28.at.4.00.39.AM.mov |
okay nice this is probably something to do with my development setup then 😞 anyway, I gonna rely on you for the screenshots/recordings 🙇 |
@Pujan92 Just for a double confirmation, can you please also post the screen recordings for all the platforms? For record, this PR is meant to solve: |
Sure @allroundexperts |
will be back in 45min 🙇 |
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.
Waiting for @Pujan92 to upload the screenshots and a minor NAB comment. Looks good otherwise 🚀 🚀 🚀
@Julesssss 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] |
Screenshots/VideosWebScreen.Recording.2023-08-28.at.04.40.29.mp4Mobile Web - SafariSimulator.Screen.Recording.-.iPhone.11.-.2023-08-28.at.04.50.56.mp4Mobile Web - Chromeandrop.mp4androiddel.webmDesktopScreen.Recording.2023-08-28.at.04.53.38.mp4iOSSimulator.Screen.Recording.-.iPhone.11.-.2023-08-28.at.04.44.08.mp4Simulator.Screen.Recording.-.iPhone.11.-.2023-08-28.at.04.45.57.mp4Androidandra.mp4Done and seems fine. |
@Pujan92 thank you so much for your help and testing I requested an internal review (which is needed for PR merge) thank you for quick review @allroundexperts |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Updated the QA test steps to account for all reported cases. |
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
Fixed Issues
$ #25998
PROPOSAL: #25998 (comment)
PR that causes this regression: #25672 (comment)
Tests
QA Steps
Test 1
Test 2
Test 3
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
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android