diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

missing goog.base() in goog.fx.AbstractDragDrop and goog.fx.DragDropItem. #475

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set goog.Disposable.ENABLE_MONITORING = true.
2. Instantiate goog.fx.DragDropItem and dispose it.
3. Throws error with this message.
"Uncaught Error: [object Object] did not call the goog.Disposable base 
constructor or was disposed of after a clearUndisposedObjects call"

What version of the product are you using? On what operating system?
r1917

Please provide any additional information below.
The cause is missing calls of parent constructor.

Original issue reported on code.google.com by lv.wh...@gmail.com on 11 Jun 2012 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by pall...@google.com on 11 Jun 2012 at 9:23

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1971.

Original comment by Nicholas.J.Santos on 14 Jun 2012 at 12:26

GoogleCodeExporter commented 8 years ago
thanks a lot!

Original comment by lv.wh...@gmail.com on 14 Jun 2012 at 3:13