microsoft / microsoft/PlanetaryComputerDataCatalog
Tooltip on disabled filter inconsistently closes
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
The tooltip on disabled filters does not always close as expected. This can be annoying because the tooltip covers useful information and actions and feels "stuck".
Adding the medium (300ms) delay on the tooltip would help too, to reduce the frequency of the tooltip triggering on accident: https://developer.microsoft.com/en-us/fluentui#/controls/web/tooltip#TooltipDelay
Chrome
Tooltip persists when cursor moves slowly, or when the cursor hovers the tooltip
https://user-images.githubusercontent.com/1809908/147826381-44224de7-cc23-4b4d-b438-fe1fccd4d423.mov
Firefox
Tooltip persists when the cursor hovers the tooltip
https://user-images.githubusercontent.com/1809908/147826851-24325d23-617e-4103-9ed9-c479bc888e93.mov
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the disabled filter tooltip implementation and reproduce the stuck behavior in Chrome and Firefox, including slow cursor movement and hovering the tooltip. Add the 300ms delay and verify that the tooltip closes reliably without covering nearby information or actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100