-
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 pressing the arrow up key doesn't open edit composer for the hold reason message in a combined report #47133
Fix pressing the arrow up key doesn't open edit composer for the hold reason message in a combined report #47133
Conversation
@bernhardoj When I test with strict mode disabled, the bug is still there. Can you re-check ? |
@fedirjh ah, looks like it's the same issue as the desktop that I mentioned in the QA Steps above. Somehow the text input |
Reviewer Checklist
Screenshots/VideosiOS: NativeCleanShot.2024-08-09.at.18.02.50.mp4iOS: mWeb SafariCleanShot.2024-08-09.at.18.07.28.mp4MacOS: Chrome / SafariCleanShot.2024-08-09.at.16.06.17.mp4MacOS: DesktopCleanShot.2024-08-09.at.17.00.20.mp4 |
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
✋ 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/puneetlath in version: 9.0.19-2 🚀
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.0.19-4 🚀
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.0.19-5 🚀
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 9.0.20-0 🚀
|
FYI I believe this was deployed to prod yesterday, from this checklist - #47356 |
Details
Pressing the arrow up key doesn't edit the hold reason message in a combined report.
Fixed Issues
$ #46391
PROPOSAL: #46391 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Web/Desktop
NOTE: for Desktop, there is currently a bug, so you need to at least type anything once in the composer and then clear it afterward before performing step 6
Android/iOS/mWeb
There is no arrow-up key to edit feature in these platforms.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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.mp4
Android: mWeb Chrome
android.mweb.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.mweb.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4