-
Notifications
You must be signed in to change notification settings - Fork 3.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
fix: tooltip will disabled on button widget #8209
Conversation
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.
Apart from one comment, Change looks good to me, Deploy preview works well.
@@ -106,10 +106,6 @@ const RecaptchaWrapper = styled.div` | |||
} | |||
`; | |||
|
|||
const ToolTipContent = styled.div` |
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.
What are we removing this, Wont the large content flow outside the screen?
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.
@somangshu Here we moved this CSS globally in another PR and it was already merged in the release branch.
so we do not require this.
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.
Can you point out the code here? Good catch by the way.
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.
@somangshu you can check here
@techbhavin can we write some cypress test around the button widget tootip disabled on button disabled |
@techbhavin Verified this fix and it is working as expected |
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.
Looks good, Approving to run the tests
Description
Fixes #7554
Type of change
Checklist:
Test coverage results 🧪
🔴 Total coverage has decreased