-
-
Notifications
You must be signed in to change notification settings - Fork 533
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ReactTooltip/react-tooltip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.25.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ReactTooltip/react-tooltip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.25.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 4 files changed
- 3 contributors
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1df6d1d - Browse repository at this point
Copy the full SHA 1df6d1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc3115 - Browse repository at this point
Copy the full SHA ecc3115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59487ac - Browse repository at this point
Copy the full SHA 59487acView commit details
Commits on Dec 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc3e8c1 - Browse repository at this point
Copy the full SHA dc3e8c1View commit details -
fix: debounce prevented tooltip from closing
There was an issue where the tooltip would stay open after the cursor had already left the anchor element. The issue would arise if: - there are two tooltip anchors A and B (same tooltip ID) - mouse goes over A to show the tooltip, user waits for tooltip to show - mouse quickly (within 50ms) leaves A, goes over B, then leaves B. The tooltip component applies debouncing on the show and hide events in case e.g. an anchor is simultaneously focused and mouseovered. If the second leave event occurred while that debounce was still active, it was never processed. This commit fixes the issue by making the show and hide debounce functions reset each other. For example, if the hide debounce has an active timeout, calling the debounced show function will now reset the timeout of the hide debounce. This solution still leaves the hide/show debounces effective against double-show/double-hide.
Configuration menu - View commit details
-
Copy full SHA for 54bc0cb - Browse repository at this point
Copy the full SHA 54bc0cbView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 235503e - Browse repository at this point
Copy the full SHA 235503eView commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e59f10 - Browse repository at this point
Copy the full SHA 2e59f10View commit details -
fix: debounce prevented tooltip from closing
There was an issue where the tooltip would stay open after the cursor had already left the anchor element. The issue would arise if: - there are two tooltip anchors A and B (same tooltip ID) - mouse goes over A to show the tooltip, user waits for tooltip to show - mouse quickly (within 50ms) leaves A, goes over B, then leaves B. The tooltip component applies debouncing on the show and hide events in case e.g. an anchor is simultaneously focused and mouseovered. If the second leave event occurred while that debounce was still active, it was never processed. This commit fixes the issue by making the show and hide debounce functions reset each other. For example, if the hide debounce has an active timeout, calling the debounced show function will now reset the timeout of the hide debounce. This solution still leaves the hide/show debounces effective against double-show/double-hide.
Configuration menu - View commit details
-
Copy full SHA for 4f2c48f - Browse repository at this point
Copy the full SHA 4f2c48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f86b7d7 - Browse repository at this point
Copy the full SHA f86b7d7View commit details -
Merge pull request #1147 from johannkor/fix-tooltip-staying-open
fix: open/show debounce preventing tooltip from closing properly
Configuration menu - View commit details
-
Copy full SHA for adcecb1 - Browse repository at this point
Copy the full SHA adcecb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eff46b - Browse repository at this point
Copy the full SHA 8eff46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b395a4 - Browse repository at this point
Copy the full SHA 0b395a4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.25.1...v5.25.2