-
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
[$250] Reports - While typing on search input, only a black line can be seen below it #57210
Comments
Triggered auto assignment to @alexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The search result is cut off. What is the root cause of that problem?The list is wrapped with a View that has a flex 1 style. App/src/components/Search/SearchPageHeader/SearchPageHeaderInput.tsx Lines 232 to 239 in 14c5b21
Flex depends on the parent available size, however, the parent component in this case doesn't define its size (no width, no flex). App/src/pages/Search/SearchPageNarrow.tsx Lines 140 to 144 in 14c5b21
So, it actually has 0 height, but currently overflows and is visible. If we set overflow as hidden, then the input and list will be hidden. What changes do you think we should make in order to solve the problem?Set flex: 1 to the parent View here. App/src/pages/Search/SearchPageNarrow.tsx Lines 142 to 144 in 14c5b21
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
@alexpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Job added to Upwork: https://www.upwork.com/jobs/~021894113404752369707 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ikevin127 ( |
@ikevin127 can you please confirm if @bernhardoj's solution will fix this issue? Thanks! |
I hereby confirm that @bernhardoj's proposal makes sense. The root cause was identified correctly and the proposed solution fixes the issue. No tests are needed as this is a simple UI styling issue. Here's a before / after applying the suggested solution: iOS: Nativeba.mp4🎀👀🎀 C+ reviewed |
Triggered auto assignment to @francoisl, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @ikevin127 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
PR is ready cc: @ikevin127 |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.1.3-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Recents chats and suggestions depending on the search, should be displayed below search input while typing
Actual Result:
Only a black line can be seen displayed below input, instead of recents chats or suggestions, while typing
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6749538_1740092976973.Black_Line.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @ikevin127The text was updated successfully, but these errors were encountered: