-
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
Web- Tooltip isn't showing for continuous carousel unlike Slack #19725
Comments
Triggered auto assignment to @JmillsExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Tooltip isn't showing for continuous carousel What is the root cause of that problem?The root cause of this issue is that when the button is clicked, a What changes do you think we should make in order to solve the problem?We can edit this check to be something like:
What alternative solutions did you explore? (Optional)None |
@kbecciv I have reported this issue and seems like you've assigned someone else with the same name. My GH handle is : @avi-shek-jha. It would be great if you could update the initial reporter name. Thanks |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?My RCA is basically the same as @allroundexperts, that we are blurring the button on click which causes the tooltip to not show. What changes do you think we should make in order to solve the problem?I think we don't have to blur every button on click like we do in Button/index.js#L251. We should add a prop App/src/components/Button/index.js Line 250 in 414dc10
to only blur the button when if (e && e.type === 'click' && this.props.blurOnPress) { and in the What alternative solutions did you explore? (Optional)N/A |
Seems a duplicate of #19693 |
Based on a review of that issue, I agree. Closing, but comment if you disagree with @MrJithil's latest post. |
@JmillsExpensify I don't think those are related, as the root cause and fix for both of them are different. |
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:
Expected Result:
Tooltip should be shown on continuous carousel movement
Actual Result:
Tooltip is not shown on continuous carousel movement unlike Slack
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.19.2
Reproducible in staging?: yes
Reproducible in production?: yes
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
error-2023-05-25_09.53.23.mp4
Recording.2862.mp4
Expensify/Expensify Issue URL:
Issue reported by: @avi-shek-jha
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684988066381189
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: