You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question that is the same as #4115.
circle_group is a group, circle_group contains several nav_item.
I want to listen for mouseover and mouseout events when the mouse moves to the nav_item.
I don't know how to use the function _fireOverOutEvents.
Once run this.canvas._fireOverOutEvents(nav_item),nav_item to fire "mouseover" event immediately,but at this time,did not move to the nav_item.
I don't know how to use the function _fireOverOutEvents.
Get a reply would be greatly appreciated.
_fireOverOutEvents is a private method, you should not use it.
I think we have no mouse over/out for items of group.
The actual logic of mouse over/out can handle just one object at time, hovering on a item of a group would mean to hover both the group and the item but the code cannot account for that yet, things get also more complicated when you go with deep nesting.
This does not mean that it cannot be implemented, just that as today it does not work.
asturur
changed the title
How to use functions _fireOverOutEvents
fire over/out events on group items
Oct 27, 2019
I have a question that is the same as #4115.
circle_group is a group, circle_group contains several nav_item.
I want to listen for mouseover and mouseout events when the mouse moves to the nav_item.
I don't know how to use the function _fireOverOutEvents.
Once run
this.canvas._fireOverOutEvents(nav_item)
,nav_item to fire "mouseover" event immediately,but at this time,did not move to the nav_item.I don't know how to use the function _fireOverOutEvents.
Get a reply would be greatly appreciated.
The text was updated successfully, but these errors were encountered: