Hi All,

I have noticed that some events that are added in Window's constructor are not 
removed in Window.dispose().

They are:


  // ************************************************************************
  //   EVENTS: WINDOW
  // ************************************************************************

  this.addEventListener(qx.constant.Event.MOUSEDOWN, this._onwindowmousedown, 
this);
  this.addEventListener(qx.constant.Event.MOUSEUP, this._onwindowmouseup, this);
  this.addEventListener(qx.constant.Event.MOUSEMOVE, this._onwindowmousemove, 
this);
  this.addEventListener(qx.constant.Event.CLICK, this._onwindowclick, this);


I'm not sure if this is intentional or if it is a bug.

Cheers,

Simon




                
____________________________________________________ 
On Yahoo!7 
Caller tones: Replace your ring tone with your favourite sound clip! 
http://callertones.yahoo7.mnetcorporation.com/ctonesmailtag


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to