id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 4409,bug in plugin _launch method,jholg,Peter Kropf,"The check on the input in the _launch method is wrong, which leads to preview not working correctly on graphs (you can workaround it by reloading the previewed page, iirc). Should be changed to check on encoded_input instead. The relevant 0.7.2 based diff portion is: {{{ @@ -529,7 +532,7 @@ class Graphviz(Component): encoded_cmd.append(arg) p = subprocess.Popen(encoded_cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) - if input: + if encoded_input: p.stdin.write(encoded_input) p.stdin.close() out = p.stdout.read() }}} This looks still wrong in the 0.7.4 source. Cheers, Holger",defect,closed,normal,GraphvizPlugin,normal,duplicate,,Christian Boos,0.11