Skip to content
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

[Tooltip] Fix interactive + enterDelay combination #17174

Merged
merged 2 commits into from
Aug 27, 2019

Conversation

kiransiluveru
Copy link
Contributor

@kiransiluveru kiransiluveru commented Aug 26, 2019

Closes #17124.

for the problem refer this link mui#17124
@oliviertassinari oliviertassinari self-assigned this Aug 26, 2019
@oliviertassinari oliviertassinari added component: tooltip This is the name of the generic UI component, not the React module! bug 🐛 Something doesn't work labels Aug 26, 2019
@oliviertassinari oliviertassinari changed the title leave delay condition removed [Tooltip] Fix interactive + enterDelay combination Aug 26, 2019
@oliviertassinari oliviertassinari force-pushed the tooltip-hovering-problem branch from 10b3e3b to 64d9974 Compare August 26, 2019 15:34
@oliviertassinari oliviertassinari removed their assignment Aug 26, 2019
@mui-pr-bot
Copy link

Details of bundle changes.

Comparing: 837a3af...64d9974

bundle parsed diff gzip diff prev parsed current parsed prev gzip current gzip
@material-ui/core -0.00% -0.01% 329,534 329,524 90,009 90,000
@material-ui/core/Paper 0.00% 0.00% 68,774 68,774 20,487 20,487
@material-ui/core/Paper.esm 0.00% 0.00% 62,148 62,148 19,215 19,215
@material-ui/core/Popper 0.00% 0.00% 28,468 28,468 10,177 10,177
@material-ui/core/Textarea 0.00% 0.00% 5,094 5,094 2,137 2,137
@material-ui/core/TrapFocus 0.00% 0.00% 3,834 3,834 1,614 1,614
@material-ui/core/styles/createMuiTheme 0.00% 0.00% 16,386 16,386 5,827 5,827
@material-ui/core/useMediaQuery 0.00% 0.00% 2,541 2,541 1,058 1,058
@material-ui/lab -0.01% -0.01% 153,314 153,304 46,716 46,710
@material-ui/styles 0.00% 0.00% 51,492 51,492 15,305 15,305
@material-ui/system 0.00% 0.00% 15,658 15,658 4,371 4,371
Button 0.00% 0.00% 78,778 78,778 24,073 24,073
Modal 0.00% 0.00% 14,346 14,346 5,009 5,009
Portal 0.00% 0.00% 2,907 2,907 1,319 1,319
Rating 0.00% 0.00% 70,245 70,245 21,942 21,942
Slider 0.00% 0.00% 74,483 74,483 23,065 23,065
colorManipulator 0.00% 0.00% 3,904 3,904 1,543 1,543
docs.landing 0.00% 0.00% 52,305 52,305 13,790 13,790
docs.main -0.00% -0.00% 597,308 597,298 190,855 190,849
packages/material-ui/build/umd/material-ui.production.min.js -0.00% -0.01% 300,439 300,429 86,419 86,412

Generated by 🚫 dangerJS against 64d9974

@eps1lon eps1lon merged commit 8ec0e6f into mui:master Aug 27, 2019
@eps1lon
Copy link
Member

eps1lon commented Aug 27, 2019

@kiransiluveru It's a great first pull request on Material-UI 👌🏻. Thank you for working on it!

@skirankumar7
Copy link

skirankumar7 commented Aug 28, 2019

@kiransiluveru It's a great first pull request on Material-UI 👌🏻. Thank you for working on it!

Thank You @eps1lon 🙏
Thank you @oliviertassinari 🙏 for bearing my question & having patience...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: tooltip This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip is not working properly
5 participants