Opened 14 years ago
Closed 14 years ago
#2002 closed defect (invalid)
check whether there are any leaks in the widget core under IE
Reported by: | liucougar | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
won't start to look at this until someone can prove it is the case
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
The domWidget portion of r6548 was not merged to the trunk, so this will still be the case...
comment:3 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
not much point in keeping this open. please open tickets if/when a leak occurs, or a task to check for leaks if someone wants to do that. the orphan case in the widget system has been taken care of.
Note: See
TracTickets for help on using
tickets.
The suspicious code we saw was wher DomWidget?.js orphans the sourceNode (when it replaces the source HTML w/the generated template HTML), but that source HTML never gets deleted. (See #1727)