Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032361Openbravo ERP02. Master data managementpublic2016-02-26 12:392016-02-26 12:42
alostale 
Triage Omni OMS 
immediateminoralways
newopen 
5
 
 
Core
Production - Confirmed Stable
2014-08-27
3.0PR14Q4
http://code.openbravo.com/erp/devel/pi/rev/9afa505ca5af11622c5fadce666a41290e5c23e7 [^]
No
0032361: browser memory leaks in Update Characteristics popup
Update Characteristics popup allocates some JavaScript objects in memory that are never released.
1. In a clean retail instance with retail sample data
2. Log in as White Valley Admin
4. In browser's dev tools execute: s = scopeleaks.snapshot()
5. Open Product window
6. Select a product with invariants (ie. Baby Carrier)
7. Click on Update Characteristics button
8. Close popup and Product window
9. In browser's dev tools execute: scopeleaks.leaks(s).size()
  -> ERROR: result is 70, meaning there are 70 objects that are not released
            result should be 0
10. Repeat steps 6-9
  -> ERROR: result is 140, each time the popup is open 70 new objects are created and never released
            result should be 0
No tags attached.
caused by feature request 0027490 closed rafademiguel Display in product form view hierarchy of the characteristics and the description just for one level 
Issue History
2016-02-26 12:39alostaleNew Issue
2016-02-26 12:39alostaleAssigned To => Triage Finance
2016-02-26 12:39alostaleModules => Core
2016-02-26 12:39alostaleRegression level => Production - Confirmed Stable
2016-02-26 12:39alostaleRegression date => 2014-08-27
2016-02-26 12:39alostaleRegression introduced in release => 3.0PR14Q4
2016-02-26 12:39alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/9afa505ca5af11622c5fadce666a41290e5c23e7 [^]
2016-02-26 12:39alostaleTriggers an Emergency Pack => No
2016-02-26 12:40alostaleRelationship addedcaused by 0027490
2016-02-26 12:42alostaleIssue Monitored: alostale

There are no notes attached to this issue.