You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/11/18 18:07:30 UTC

[GitHub] [echarts] ataft opened a new issue, #17940: [Bug] 'mouseover' does not fire from external draggable

ataft opened a new issue, #17940:
URL: https://github.com/apache/echarts/issues/17940

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/ataft/pen/XWYzYag
   
   ### Steps to Reproduce
   
   See the CodePen
   
   ### Current Behavior
   
   In the CodePen, when dragging the "Drag Me!!!" element onto the eChart container, the `chart.on('mouseover')` event is not called. Without dragging, the `mouseover `event is called. See the console log.
   
   ### Expected Behavior
   
   In the CodePen, when dragging the "Drag Me!!!" element onto the eChart container, the `chart.on('mouseover')` event should be called.
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Chrome 107.0.5304.88
   - Framework: n/a
   ```
   
   
   ### 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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] Ovilia commented on issue #17940: [Bug] 'mouseover' does not fire from external draggable

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17940:
URL: https://github.com/apache/echarts/issues/17940#issuecomment-1324506458

   This is as expected. `chart.on('mouseover')` is only fired when mouse moves over the data. Listen to the chart container dom event to do this.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] Ovilia commented on issue #17940: [Bug] 'mouseover' does not fire from external draggable

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17940:
URL: https://github.com/apache/echarts/issues/17940#issuecomment-1331913881

   You should listen to the dom container for all kinds of events, just like you do with any other dom elements.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] ataft commented on issue #17940: [Bug] 'mouseover' does not fire from external draggable

Posted by GitBox <gi...@apache.org>.
ataft commented on issue #17940:
URL: https://github.com/apache/echarts/issues/17940#issuecomment-1329382363

   With the suggested chart container dom event, is there a way to get the component type that the cursor is over?


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org