-
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: report blinking in the background while the navigation from search #54442
base: main
Are you sure you want to change the base?
Fix: report blinking in the background while the navigation from search #54442
Conversation
@sobitneupane 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] |
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.
Screenshots/Videos
Android: Native
Screen.Recording.2024-12-23.at.18.05.35.mov
Android: mWeb Chrome
Screen.Recording.2024-12-23.at.16.10.24.mov
iOS: Native
Screen.Recording.2024-12-23.at.18.00.27.mov
iOS: mWeb Safari
Screen.Recording.2024-12-23.at.15.59.20.mov
MacOS: Chrome / Safari
Screen.Recording.2024-12-23.at.15.54.04.mov
MacOS: Desktop
Screen.Recording.2024-12-23.at.16.05.49.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.
@waterim I noticed that a blank screen briefly appears when I open an expense report and press the back button. This issue is particularly noticeable on Android/native.
Screen.Recording.2024-12-23.at.18.10.12.mov
Thank you, need to adjust focusing only when navigation is from search |
Im back from vacation and will update PR soon |
Hello @sobitneupane, have progress here, with initial thoughts But I was testing few additional possible solutions, for mobile web it works, but getting errors on web desktop, will update you as soon as I get a good solution here |
Hello @sobitneupane |
Thanks for the update @waterim |
Hi, I am Michael (Mykhailo) from Callstack, an expert agency and I can work on this issue. I’m stepping in as a backup for Artem during his time off. |
…ture/52837-report-blink-issue
I just built and tested it on my side. Unfortunately, it crashes once I've opened some expenses. I am trying to figure it out. Details
Android.mp4 |
I've synced it up. |
I can confirm the blank screen exists during navigation. |
Details
Fixed Issues
$ #52837
PROPOSAL: N/A
Tests
Offline tests
Same as tests
QA Steps
None
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)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
8mb.Video.Compressor.1.mp4