Hi Martin,

I am using FireFox 3.6.3 with Firebug Version 1.5X.3

But I am a bit confused about "[...]These warnings should be disabled in most
of the modern browsers[...]".
The debug warnings do _only_ appear when I run a application which was build
with "generate source-disposerDebug". In those builds these warnings _should_
appear when appropriate, right?

I did some changes in my local framework working-copy to remove those warnings,
but I'm not sure if this approach is correct:

<code src="./framework/source/class/qx/io/remote/transport/Abstract.js">
  //...
  destruct : function()
  {
    this.setRequestHeaders(null);
    this.setParameters(null);
    this.setFormFields(null);
  }
  //...
</code>

Is this the general approach to dispose/destruct properties that are
non-qooxdoo objects/arrays?

Regards,
  Peter


On 2010-05-12 09:57 MartinWittemann wrote:
> Hey guys,
> could you please post your browser you use? These warnings should be
> disabled in most of the modern browsers. But maybe we missed a spot in the
> detection or there is a second warning somewhere. :|
> Regards,
> Martin

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to