diff --git a/openstack_dashboard/static/js/horizon.flatnetworktopology.js b/openstack_dashboard/static/js/horizon.flatnetworktopology.js index 944b6f4f19..33d355b93c 100644 --- a/openstack_dashboard/static/js/horizon.flatnetworktopology.js +++ b/openstack_dashboard/static/js/horizon.flatnetworktopology.js @@ -382,7 +382,7 @@ horizon.flat_network_topology = { this._portdata.port_margin = d.port_margin; this._portdata.left = 0; this._portdata.right = 0; - $(this).mouseenter(function(e){ + $(this).on('mouseenter', function(e){ e.stopPropagation(); }); });