Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0030581Openbravo ERPA. Platformpublic2015-08-14 10:362022-02-01 08:09
shuehner 
Triage Platform Base 
normalminorhave not tried
acknowledgedopen 
5
 
 
Core
No
0030581: Unreachable code warning in ISC_Combined.js on every login with Firefox
Doing login into livebuilds with Firefox (i.e. v41) shows the following warning always.

unreachable code after return statement
ISC_Combines.js:8775:31

Probably when debugging useful to reproduce that warning with the non-compressed file from smartclient.dev
Login into livebuilds i.e. erp_pi_pgsql with Firefox browser (tested version 41)
Check browser console
No tags attached.
Issue History
2015-08-14 10:36shuehnerNew Issue
2015-08-14 10:36shuehnerAssigned To => platform
2015-08-14 10:36shuehnerModules => Core
2015-08-14 10:36shuehnerTriggers an Emergency Pack => No
2015-11-06 12:38alostaleNote Added: 0081563
2015-11-06 12:38alostaleStatusnew => acknowledged
2016-12-01 15:28alostaleNote Added: 0091977
2016-12-01 15:28alostaleTypedefect => design defect
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0081563)
alostale   
2015-11-06 12:38   
The problem is in SC code.

With SC dev module installed the offending code reveals to be in FormItem.js:

   getLeft : function () {
        ...
        return left;
        return this._getElementLeft(tableElement);
    },
(0091977)
alostale   
2016-12-01 15:28   
Moved to design defect: this is part of the SC generated code, where is hard to maintain changes.