Opened 11 years ago
Closed 5 years ago
#11345 closed defect (patchwelcome)
dojox.gfx.Image setShape memory leak in IE8
Reported by: | tbjuhasz | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | DojoX GFX | Version: | 1.5.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The code below will cause IE 8 to use up all the memory on the computer and crash.
NOTE: url is a URL to a gif image.
var surface = dojox.gfx.createSurface(id, width,height); var group = surface.createGroup(); var image = group.createImage();
while (1) {
image.setShape({x:0,y:0,width:512,height:512,src:url});
}
Change History (4)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.6 |
---|---|
Priority: | high → normal |
severity: | major → normal |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Milestone: | 1.6 → future |
---|
comment:3 Changed 8 years ago by
Summary: | dojox.gfx.Image setShape memory leak in IE 8 → dojox.gfx.Image setShape memory leak in IE8 |
---|
comment:4 Changed 5 years ago by
Milestone: | future → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Needs careful consideration.