Re: Issue 62 in canviz: Hello World example shows canviz div doesn't properly unclear itself

8 views
Skip to first unread message

can...@googlecode.com

unread,
Jun 22, 2010, 5:15:17 AM6/22/10
to canviz...@googlegroups.com
Updates:
Summary: Hello World example shows canviz div doesn't properly unclear
itself

Comment #1 on issue 62 by ryandesign.com: Hello World example shows canviz
div doesn't properly unclear itself
http://code.google.com/p/canviz/issues/detail?id=62

Not Firefox-specific; probably affects all browsers.

can...@googlecode.com

unread,
Jan 21, 2011, 7:43:10 PM1/21/11
to canviz...@googlegroups.com

Comment #2 on issue 62 by mga...@gmail.com: Hello World example shows
canviz div doesn't properly unclear itself
http://code.google.com/p/canviz/issues/detail?id=62

this isn't specific to FF. It occurs in all webkit browsers as well.

The height needs to be set on the container in the draw method as follows:

Index: canviz.js
===================================================================
--- canviz.js (revision 284)
+++ canviz.js (working copy)
@@ -639,6 +639,7 @@
});
this.container.setStyle({
width: width + 'px'
+ height: height + 'px'
});
while (this.elements.firstChild) {
this.elements.removeChild(this.elements.firstChild);


can...@googlecode.com

unread,
Dec 10, 2011, 9:20:16 AM12/10/11
to canviz...@googlegroups.com
Updates:
Status: Fixed

Comment #3 on issue 62 by ryandesi...@gmail.com: Hello World example shows

canviz div doesn't properly unclear itself
http://code.google.com/p/canviz/issues/detail?id=62

Fixed in r292.

Reply all
Reply to author
Forward
0 new messages