kuy / kuy/redux-tooltip

Timing of calling onHover and onLeave handlers

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
130
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Currently `Origin` component calls `onHover` and `onLeave` handlers when `onMouseEnter` and `onMouseLeave` events are triggered.
But if delay feature is enabled, they should be called **after** emitting `hide` action.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Origin component and tracing how onMouseEnter and onMouseLeave invoke the onHover and onLeave handlers, especially when the delay feature is enabled. Verify the hide action flow and adjust the behavior so those handlers run after hide is emitted; confirm the non-delayed behavior remains correct.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react, redux
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.