#5407 closed defect (fixed)
dijit.form.DateTextBox DOM Leaks in IE6(SP1)
Reported by: | guest | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Web Browser(version) :InternetExplorer(6.0.2800.1106)
Dojo Widget :dijit.form.DateTextBox URI:http://archive.dojotoolkit.org/dojo-2007-12-17/dojotoolkit/dijit/tests/form/test_DateTextBox.html
Please Reference : DOM_Leaks1.png,DOM_Leaks2.png
Attachments (2)
Change History (9)
Changed 13 years ago by
Attachment: | DOM_Leaks1.png added |
---|
Changed 13 years ago by
Attachment: | DOM_Leaks2.png added |
---|
comment:1 follow-up: 2 Changed 13 years ago by
Milestone: | 1.0.3 → 1.1 |
---|---|
Priority: | highest → high |
comment:2 Changed 13 years ago by
Replying to peller:
more detail on what the different red lines on the right mean would be helpful -- does each correspond to a submit?
DOM leak happend by repeating "submit".
"Memory Usage"(bottom of DOM_Leaks1.png) increases by repeating "submit".
leaking DOM is "red lines of DOM_Leaks2.png".
comment:3 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|---|
Priority: | high → normal |
We need a lot of work around leaks; unfortunately won't be able to get it all done for 1.1. Marking as 1.2 for now but if we get some time then let's work on it for 1.1. (Just like the other bugs marked for 1.2)
comment:5 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Douglas Hays |
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Using sIEve 0.0.8 and the latest dojo 1.2 trunk [14479], there's no memory leak that I can detect when running test_DateTextBox.html.
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_DateTextBox.html
I do see a leak in dojo 1.0 so hopefully that's been fixed.
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
more detail on what the different red lines on the right mean would be helpful -- does each correspond to a submit?