Opened 12 years ago
Closed 12 years ago
#11604 closed defect (invalid)
Memory level increases when writing in the Text Boxes
Reported by: | Roberto Mosqueda | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.5 |
Keywords: | memory leak | Cc: | David Schwartz, [email protected]…, [email protected]… |
Blocked By: | Blocking: |
Description (last modified by )
Testing Type: Memory leaks
Widget: dijit.TitlePane
Short description: Memory level increases when writing in the Text Boxes. Once you get them empty or reload the site memory level keeps higher.
Browsers affected: Chrome 5 and IE 8
Steps to Reproduce:
- Open the file dojo-release-1.5.0/dijit/tests/test_TitlePane.html with IE8
- Click on "for tab testing" text box
- Write text with more than 5000 letters.
- Delete all text or Press F5 or reload the page.
- Same steps for Chrome 5
Actual Result: Memory level is not reduced after you delete the text or refresh the page
Expected Result: Memory level should get reduced once you delete text inserted or when refreshing
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | TitlePane.GIF added |
---|
comment:1 Changed 12 years ago by
Cc: | [email protected]… removed |
---|---|
Component: | General → Dijit |
Owner: | anonymous deleted |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The "for tab testing" <input> in test_TitlePane.html is a native control, not part of dijit, so any leak you see is a browser issue, not related to dojo.
Note: See
TracTickets for help on using
tickets.
Problem also happening with the check boxes on /dijit/tests/test_Tooltip.html and dijit/tests/test_TooltipDialog.html