-
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: Room name input blocks screen transition #22621
Fix: Room name input blocks screen transition #22621
Conversation
@allroundexperts 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-07-12.at.12.11.20.AM.movMobile Web - ChromeScreen.Recording.2023-07-12.at.12.19.42.AM.movMobile Web - SafariScreen.Recording.2023-07-12.at.12.14.56.AM.movDesktopScreen.Recording.2023-07-12.at.12.14.04.AM.moviOSScreen.Recording.2023-07-12.at.12.18.55.AM.movAndroidScreen.Recording.2023-07-12.at.12.21.15.AM.mov |
@tienifr The room name input does not seem to be getting focused once the page opens. Can you please check? |
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.
Changes needed.
I've resolved all changes. |
@tienifr Please fix lint errors! |
Sorry for the inconvenience. I've fixed that as well. |
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.
Looks good!
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.40-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.40-5 🚀
|
Details
Room name input in room name page may block screen transition causing the modal to be cut off, only on Safari. This PR fixes that.
Fixed Issues
$ #22271
PROPOSAL: #22271 (comment)
Tests
Offline tests
Same above
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
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
Screen.Recording.2023-07-11.at.17.40.57.mov
Mobile Web - Chrome
video_2023-07-11_16-22-05.mp4
Mobile Web - Safari
original-81F48B5C-943F-48B1-B447-304A5CEB68DB.mp4
Desktop
screen-recording-2023-07-11-at-174635_89LLx4x1.mp4
iOS
Screen.Recording.2023-07-11.at.17.50.25.mov
Android
Screencast.from.11-07-2023.16.45.44.webm