Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(219)

Unified Diff: app/views/topology/topology.js

Issue 7174045: Fix various breakage around menu handling
Patch Set: Fix various breakage around menu handling Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/views/topology/service.js ('k') | test/test_service_module.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/topology/topology.js
=== modified file 'app/views/topology/topology.js'
--- app/views/topology/topology.js 2013-01-15 20:28:53 +0000
+++ app/views/topology/topology.js 2013-01-22 01:40:08 +0000
@@ -84,7 +84,6 @@
svg = d3.select(container.getDOMNode())
.selectAll('.topology-canvas')
.append('svg:svg')
- .attr('pointer-events', 'all')
.attr('width', width)
.attr('height', height);
this.svg = svg;
@@ -93,6 +92,7 @@
.attr('class', 'zoom-plane')
.attr('width', width)
.attr('height', height)
+ .attr('pointer-events', 'all')
.call(this.zoom)
.on('dblclick.zoom', null)
.on('DOMMouseScroll.zoom', function(evt) {
« no previous file with comments | « app/views/topology/service.js ('k') | test/test_service_module.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b