-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Android -WS Invite - No scroll visible on WS members invite page on light theme #37979
Comments
Triggered auto assignment to @MitchExpensify ( |
@MitchExpensify I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
ProposalPlease re-state the problem that we are trying to solve in this issue.Scroll indicator is not visible in light theme. What is the root cause of that problem?
App/src/components/SelectionList/BaseSelectionList.tsx Lines 451 to 472 in f0cd513
What changes do you think we should make in order to solve the problem?
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Android -WS Invite - No scroll visible on WS members invite page on light theme What is the root cause of that problem?The root cause of this issue is that in all the components i.e. this -
this -
and this -
in all these places indicatorStyle is always fixed to white .
What changes do you think we should make in order to solve the problem?We need to toggle it between What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.No scroll visible on WS members invite page on light theme What is the root cause of that problem?This bug is only associated with What changes do you think we should make in order to solve the problem?We actually need to modify only Native files, as this bug doesn't occur for other platforms: App/src/components/SelectionList/index.android.tsx Lines 10 to 16 in f0cd513
App/src/components/SelectionList/index.ios.tsx Lines 10 to 15 in f0cd513
So, we need to conditionally change As @godofoutcasts94 mentioned, if this bug also exists for What alternative solutions did you explore? (Optional)N/A |
@GandalfGwaihir We should still fix it in the main place itself as mentioned in my proposal here, since that would lead to more consistency while keeping the functionality correct. It will show correctly for all platforms and we'll not need to have different props for different platforms. |
Well might be @ShridharGoel , I felt that if we can only reproduce this bug on native applications maybe we should fix it there |
@MitchExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I don't see a scroll bar on either dark or light, I don't think this is worth fixing right now - Closing |
Bumping our fearless wave collect leader here https://expensify.slack.com/archives/C036QM0SLJK/p1710260567333629?thread_ts=1709924791.377559&cid=C036QM0SLJK |
@MitchExpensify The scroll bar shows in the dark mode if you have a long enough member list. |
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: 1.4.49-0
Reproducible in staging?: y
Reproducible in production?: y
Issue found when executing PR: #37727
Issue reported by:
Slack conversation:
Action Performed:
Precondition: Make the app be in light mode
Expected Result:
There should be a visible scroll bar on the right edge of the screen
Actual Result:
The scroll bar is not visible on light theme
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6406837_1709896037961.Screen_Recording_20240308_134956_New_Expensify.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: