mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
![Razvan Caliman](/assets/img/avatar_default.png)
Relying on [TooltipToggle to automatically handle mouse events](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/shared/widgets/tooltip/TooltipToggle.js#36-38) to show/hide the tooltip in order to avoid the tooltip flickering. Ideally, we should control `RulePreviewTooltip` via [TooltipsOverlay](https://searchfox.org/mozilla-central/rev/06985b12a4abe393c02c6bf14d86bf3d25c33337/devtools/client/inspector/shared/tooltips-overlay.js#88), but, for now, this fix seems to address the intermittent test failure. Differential Revision: https://phabricator.services.mozilla.com/D70536 --HG-- extra : moz-landing-system : lando