-
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
Copilot - The bottom line of the pop-up modal is not visible #50774
Comments
Triggered auto assignment to @kadiealexander ( |
Triggered auto assignment to @grgia ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
cc @dangrous @rushatgabhane @allgandalf looks related to #47984 |
I think this can be demoted. |
But please address before removing the beta? |
@rushatgabhane can you put up a PR for this one? Would be great to get it sorted by the end of the week! |
@rushatgabhane do you have time for this one or should we open it up? We just have to rejigger this section I think, probably including the I realize you took this code from some other places in the app that use similar behavior but for whatever reason it doesn't seem to fit here (maybe doesn't there either, who knows). App/src/pages/settings/Security/SecuritySettingsPage.tsx Lines 74 to 80 in a8e1b13
|
not overdue, waiting for @rushatgabhane 🙇 |
ProposalPlease re-state the problem that we are trying to solve in this issue.The bottom line of the pop-up modal is not visible What is the root cause of that problem?The problem is with App/src/pages/settings/Security/SecuritySettingsPage.tsx Lines 74 to 80 in a8e1b13
Here the wrong size is calculated for the right position. What changes do you think we should make in order to solve the problem?We should update the anchorposition calculation: App/src/pages/settings/Security/SecuritySettingsPage.tsx Lines 285 to 288 in a8e1b13
Here instead of right we should calculate for the left anchor position, we should also define setAnchorPosition({
anchorPositionLeft: position.x + 339,
});
<Popover
anchorPosition={{
top: anchorPosition.anchorPositionTop,
left: anchorPosition.anchorPositionLeft,
}} What alternative solutions did you explore? (Optional) |
bump @rushatgabhane - is this something you can handle or should we open up for contributors? |
let me give it a try |
PR for the fix here - #51204 |
Reassigning for someone to handle payment as I'm OOO for the next two weeks. |
Triggered auto assignment to @slafortune ( |
@dangrous, @slafortune, @rushatgabhane, @allgandalf Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
PR in review! we just have one improvement to make to the design (coloring the icon) and then we'll be good to merge |
@dangrous, @slafortune, @rushatgabhane, @allgandalf Huh... This is 4 days overdue. Who can take care of this? |
@dangrous, @slafortune, @rushatgabhane, @allgandalf Still overdue 6 days?! Let's take care of this! |
PR in revierw |
Lets make it weekly until the PR hits production @dangrous |
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.0.49-0
Reproducible in staging?: Y
Reproducible in production?: N/A - new feature, doesn't exist in prod
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The bottom line of the pop-up modal should be visible.
Actual Result:
The bottom line of the pop-up modal is not visible.
This issue is not reproducible when the display is very zoomed out (wide screen).
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6634876_1728967955399.20241015_125044.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @grgiaThe text was updated successfully, but these errors were encountered: