-
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
[HOLD #54054] When hovering on the button, there is no interaction. #54657
Comments
Triggered auto assignment to @garrettmknight ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When hovering on the button, there is no interaction What is the root cause of that problem?In the App/src/components/SelectionList/Search/ActionCell.tsx Lines 55 to 60 in dae99d1
What changes do you think we should make in order to solve the problem?To resolve this, we should introduce additional hover styling by using hoverStyles={getButtonHoverStyles(shouldUseSuccessStyleProp)} buttonNewDefaultHovered: {
backgroundColor: theme.buttonHoveredBG,
borderWidth: 0,
}, What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?This is a UI issue, and I don’t believe any automated test could effectively prevent this problem. What alternative solutions did you explore? (Optional)Altenatively, we can pass the only |
ProposalPlease re-state the problem that we are trying to solve in this issue.When hovering on the button, there is no interaction. What is the root cause of that problem?We don't set App/src/components/SelectionList/Search/ActionCell.tsx Lines 108 to 118 in dae99d1
What changes do you think we should make in order to solve the problem?We should create a function
And use this in this button
And this button
Note: Minor change styles can be discussed during the PR phase. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@luacmartins, based on this comment #53117 (comment), do we need to update the hover styling here on this Issue, or are the changes being addressed in another PR? |
@garrettmknight I can help take it as C+ since I had the prior context on this. Thanks |
Let's wait for @luacmartins to confirm that this isn't being handled elsewhere first. |
Let's put this on hold for #54054 |
Dropping to weekly while we hold. |
cc @mananjadhav let's make sure this issue is also solved as part of #54054 |
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.79-4
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
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
Expensify/Expensify Issue URL:
Issue reported by: @dukenv0307
Slack conversation (hyperlinked to channel name): expensify_bugs
Action Performed:
Expected Result:
Have interaction when hover on button
Actual Result:
When hovering on the button, there is no interaction.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
bug.1.mov
Recording.869.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @garrettmknightThe text was updated successfully, but these errors were encountered: