-
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 composer in mWeb safari is always auto focused #32168
Fix composer in mWeb safari is always auto focused #32168
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2023-11-30.at.14.03.31.movAndroid: mWeb ChromeScreen.Recording.2023-11-30.at.14.13.55.moviOS: NativeScreen.Recording.2023-11-30.at.14.05.47.moviOS: mWeb SafariScreen.Recording.2023-11-30.at.14.15.35.movMacOS: Chrome / SafariScreen.Recording.2023-11-30.at.14.17.17.movMacOS: DesktopScreen.Recording.2023-11-30.at.14.20.07.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.
LGTM
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.
cool!
✋ 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 staging by https://github.com/dangrous in version: 1.4.7-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.7-4 🚀
|
Details
In mWeb/native, the composer will auto focus if the chat is not empty, but on mWeb Safari, the composer will always be auto focused.
Fixed Issues
$ #31708
PROPOSAL: #31708 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
A
B
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)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
A
Screen.Recording.2023-11-29.at.16.46.55.mov
B
Screen.Recording.2023-11-29.at.16.57.43.mov
Android: mWeb Chrome
A
Screen.Recording.2023-11-29.at.16.44.20.mov
B
Screen.Recording.2023-11-29.at.17.02.07.mov
iOS: Native
A
Screen.Recording.2023-11-29.at.16.41.57.mov
B
Screen.Recording.2023-11-29.at.16.57.24.mov
iOS: mWeb Safari
A
Screen.Recording.2023-11-29.at.16.38.40.mov
B
Screen.Recording.2023-11-29.at.16.56.54.mov
MacOS: Chrome / Safari
A
Screen.Recording.2023-11-29.at.16.39.45.mov
B
Screen.Recording.2023-11-29.at.17.02.41.mov
MacOS: Desktop
A
Screen.Recording.2023-11-29.at.16.40.08.mov
B
Screen.Recording.2023-11-29.at.17.03.12.mov