Re: [Sugar-devel] [Karma] a possible bug in jquery.karma.js

2009-09-07 Thread Felipe López Toledo
> > btw. should we use launchpad.net fro reporting bugs? I don't know. I have joined launchpad but haven't taken the time to look > at it. > launchpad has a bug tickets system: https://bugs.launchpad.net/~karma-team > Are many others in the SL community using Launchpad? If not many are > then it

Re: [Sugar-devel] [Karma] a possible bug in jquery.karma.js

2009-09-06 Thread Bryan Berry
On Sun, 2009-09-06 at 20:30 -0500, Felipe López Toledo wrote: > :| > yep, that is a bug > > the problem is this line: this.container.appendChild( this.canvas ); > > from what I understand this if block is supposed to get you > the context > of canvas that is already in the

Re: [Sugar-devel] [Karma] a possible bug in jquery.karma.js

2009-09-06 Thread Felipe López Toledo
:| yep, that is a bug the problem is this line: this.container.appendChild( this.canvas ); from what I understand this if block is supposed to get you the context > of canvas that is already in the DOM. The this.container.appendChild(..) > adds a new canvas element w/ the same ID. Is this what yo

[Sugar-devel] [Karma] a possible bug in jquery.karma.js

2009-09-04 Thread Bryan Berry
Felipe, on line 636 of jquery.karma.js http://git.sugarlabs.org/projects/karma/repos/mainline/blobs/master/js/jquery.karma.js#line636 if ( this.canvas.getContext ) { this.ctx = this.canvas.getContext("2d"); this.container.appendChild