#11360 closed defect (duplicate)
dojox.gfx.Surface clear() IE 8
Reported by: | JayZ(zhouxiang) | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX GFX | Version: | 1.5.0b2 |
Keywords: | Cc: | [email protected]…, [email protected]… | |
Blocked By: | Blocking: |
Description
the vml(silverlight) node is increasing when you create and clear timely(may cause memory leak), see following code.
setInterval(dojo.hitch(this, function(){ this.surface.clear(); this.surface.createRect({ x: 100, y: 100, width: 100, height: 100 }).setFill("red"); }), 300)
Note: See
TracTickets for help on using
tickets.
Dup of #11360.