Nancy2013 opened a new issue, #17227: URL: https://github.com/apache/echarts/issues/17227
### Version v5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/echarts-tooltip-x9qzm0?file=/components/Demo.vue:1829-1837 ### Steps to Reproduce 1、显示折线图 2、点击item显示tooltip 3、自定义tooltip里面的dom样式 4、点击tooltip中的onclick事件,显示遮罩蒙版 5、再次点击蒙版,tooltip会消失 ### Current Behavior 1、点击tooltip中的点击事件 dispatchAction派发hideTip dispatchAction派发downplay item高亮消失,tooltip不消失 2、点击显示的蒙版图层 tooltip反而会自动消失 ### Expected Behavior 1、点击tooltip中的点击事件 dispatchAction派发的事件都能执行 2、点击显示的蒙版图层 tooltip不应该消失 ### Environment ```markdown OS:iPhone8 Browser: Chrome 101.0.4951.67 Framework :Vue 2.5 ``` ### Any additional comments? _No response_ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
