Opened 10 years ago
Closed 10 years ago
#11602 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
Testing Type: Memory leaks
Widget: dijit.Menu
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
Steps to Reproduce:
- Open the file dojo-release-1.5.0/dijit/tests/test_Menu.html
- Start the process explorer tool to monitor the memory used by the browser
- Click on "top-left" text box
- Write text with more than 5000 letters.
- Delete all text or Press F5 or reload the page.
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 (3)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Cc: | [email protected]… removed |
---|
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The "top left" <input> in test_Menu.html is a native control, not part of dijit, so any leak you see is a browser issue, not related to dojo. This is essentially a dup of #11604.