[ https://issues.apache.org/struts/browse/WW-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43804#action_43804 ]
Jeromy Evans commented on WW-2180: ---------------------------------- This seems to relate to a known bug in IE6. When a node is removed from the DOM IE does not remove the event listeners. The linger forever and can result in massive memory leaks. I couldn't find the authoritative source at MSDN, but here's a reference: http://www.quirksmode.org/blog/archives/2005/08/addevent_consid.html It is almost certainly a Dojo issue, not a Struts issue, as dojo performs the DOM updates and is responsible for working-around the many, many, many, many, many, many, many, many IE6 bugs that will never be fixed. I'd like to propose an "international upgrade IE6 day", where every website that detects that user-agent on the day redirects the user to an informative upgrade and alternatives page. > Ajax divs used as targets do not eliminate their previous content > ----------------------------------------------------------------- > > Key: WW-2180 > URL: https://issues.apache.org/struts/browse/WW-2180 > Project: Struts 2 > Issue Type: Bug > Components: Plugin - Dojo Tags > Affects Versions: 2.0.9 > Environment: SunOS 5.10 > firefox 2.0.0.3 > tomcat 5.5.23 > Reporter: Alberto José Rodríguez Rodríguez > Fix For: Future > > > Ajax divs used as targets do not eliminate their previous content, previous > divs contents remains listening topics. > If you have one div A listening topics inside other div B and you use B as > target of an action, when notifying the topic this is listened by inexistent > previous div. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.