-
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
[HOLD for payment 2023-09-27] [$1000] Web - RHP overlapping with the popovers #22953
Comments
Triggered auto assignment to @NicMendonca ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease restate the problem that we are trying to solve in this issue.The video chat menu does not hide when RHP is open. What is the root cause of that problem?We are not checking if the screen is focused on the VideoChatMenuActive and hiding it accordingly. What changes do you think we should make in order to solve the problem?We will need to determine if the screen is focused or not using the const propTypes = {
...
...withNavigationFocusPropTypes,
};
...
useEffect(() => {
if (props.isFocused) {
return;
}
setIsVideoChatMenuActive(false);
}, [props.isFocused]);
...
export default compose(withWindowDimensions, withLocalize, withNavigationFocus)(BaseVideoChatButtonAndMenu); What alternative solutions did you explore? (Optional)Another alternative solution is to use |
I think this should be held on #15289. |
still holding |
^ PR almost merged 🎉 |
#15289 is closed! removing |
Job added to Upwork: https://www.upwork.com/jobs/~013464e806f5099ea9 |
PR created @sobitneupane #27452 |
@Pluto0104 - we had an internal discussion and decided this was the best approach. Additionally, Sibtain had volunteered first. Ultimately, we as the BZ programme managers have final say as to what happens, thanks! |
It seems solution applied in PR is still not general. Repro step:
Happens on staging v1.3.71-7: Screen.Recording.2023-09-19.at.6.11.37.PM.mov |
@aimane-chnaif This ticket was about popovers. The dialog above is a modal. I think the two are different. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.71-12 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-09-27. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@allroundexperts Since you have worked on the functionality, do you have idea which PR caused this issue? |
@sobitneupane I'm not sure if any PR has caused this. This seemed to be an edge case which existed even before the refactor we did around popovers! |
Edge case that is present from long time.
N/A
N/A
Yes.
|
Regression Test Proposal
|
I might just update #3 to give some options of popovers, to make it easy. Otherwise looks good! |
@allroundexperts @sobitneupane don't forget to request payment via Expensify please! |
all set here, thanks everyone! |
$1,800 payment approved for @allroundexperts based on BZ summary. |
Requested payment on newDot |
$1,500 payment approved fro @sobitneupane based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
forward
button in the browser.Expected Result:
RHP should open and popover should close.
Actual Result:
Both RHP and popover are open.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.41-1
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screen.Recording.2023-07-15.at.1.38.43.AM.mov
Expensify/Expensify Issue URL:
Issue reported by: Sibtain Ali
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1689367096915129
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: