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

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

Issue 7609043: Fix IE nitpicks
Patch Set: Created 12 years, 8 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/index.html ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/topology/service.js
=== modified file 'app/views/topology/service.js'
--- app/views/topology/service.js 2013-03-05 18:47:43 +0000
+++ app/views/topology/service.js 2013-03-07 21:08:05 +0000
@@ -458,6 +458,7 @@
// enter
node
.enter().append('g')
+ .attr('pointer-events', 'all') // IE doesn't drag properly without this.
.attr('class', function(d) {
return (d.subordinate ? 'subordinate ' : '') +
(d.pending ? 'pending ' : '') + 'service';
« no previous file with comments | « app/index.html ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »

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