borodovisin opened a new issue #12049: Flashing tooltip when mousemove event URL: https://github.com/apache/incubator-echarts/issues/12049 ### Version 4.6.0 ### Steps to reproduce Inside the dist/echarts.js file starting in line 2353 in the mousemove event This validation is in line: 2376 // Mouse out on previous hovered element if (lastHoveredTarget && hoveredTarget !== lastHoveredTarget) { this.dispatchToElement(lastHovered, 'mouseout', event); } ### What is expected? Not dispatch mouseout event when user are moving the cursor over the same item. ### What is actually happening? The hoveredTarget is undefined and dispatch the mouseout when it doesn't need to do that. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
