Commit 7039fef
committed
fix(tooltip): Tooltips stay visible on mobile Firefox
It looks like mobile Firefox triggers a touchmove event around the same
time as a contextmenu event which caused the hide() function to trigger.
Changing it to a scroll event instead of touchmove fixes the behavior so
that a user touching a tooltipped element and starts scrolling the page
does not cause the tooltip to appear.1 parent f318ecf commit 7039fef
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
| 523 | + | |
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| |||
0 commit comments