-
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 keyboard blinks #54293
Fix keyboard blinks #54293
Conversation
Currently, I struggle (Slack) to build Android and open iOS: mWeb Safari. So I am opening w/o those platforms. I am kindly asking a C+ reviewer to verify the platforms. |
@DylanDylann 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] |
@@ -111,7 +111,7 @@ function DisplayNamePage({currentUserPersonalDetails}: DisplayNamePageProps) { | |||
role={CONST.ROLE.PRESENTATION} | |||
defaultValue={currentUserDetails.lastName ?? ''} | |||
spellCheck={false} | |||
isMarkdownEnabled | |||
autoCapitalize="words" |
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.
@rezkiy37 I think we should add the same fix to LegalNamePgae for consistency
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.
It definetely makes sense.
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-20.at.11.36.02.movAndroid: mWeb ChromeScreen.Recording.2024-12-20.at.11.35.00.moviOS: NativeScreen.Recording.2024-12-20.at.11.38.32.moviOS: mWeb SafariScreen.Recording.2024-12-20.at.11.36.24.movMacOS: Chrome / SafariScreen.Recording.2024-12-20.at.11.32.11.movMacOS: DesktopScreen.Recording.2024-12-20.at.11.33.01.mov |
@rezkiy37 The rest looks good to me. Please ping me when you update this comment |
@DylanDylann, I've applied it - f7dc051 and updated the test steps. Video
IOS.mp4 |
✋ 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/MariaHCD in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.78-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 9.0.78-6 🚀
|
Explanation of Change
The PR fixes the keyboard blinking on the Display Name page.
Fixed Issues
$ #53078
PROPOSAL: #53078 (comment)
Tests
Display name
Legal name
Offline tests
Same as tests.
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Same as tests.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android.Chrome.mp4
iOS: Native
Test.mp4
IOS.mp4
IOS.mp4
iOS: mWeb Safari
IOS.Safari.mp4
MacOS: Chrome / Safari
Chrome.mp4
MacOS: Desktop
Desktop.mp4