Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0005996Openbravo ERP01. General setuppublic2008-11-17 22:362009-02-18 13:05
psarobe 
dbaz 
highminoralways
closedfixed 
10
 
pi 
Core
No
0005996: IE7- Initial organization setup
When using IE7 the initial organization setup window has an odd behaviour. If you unmark the flag include accounting you shouldn't be able to select a file and you shouldn't be able to mark the other flags, but you can
1. Login as Openbravo/openbravo
2. Go to general setup->Enterprise->Initial organization setup
3. Unmark the flag include accounting
4. Select a file. You shouldn't be able to do that but you can

The bug will be fixed when unmarking that flag you won't be able to select a file or marking the other flags (dimensions)
No tags attached.
Issue History
2008-11-17 22:36psarobeNew Issue
2008-11-17 22:36psarobeAssigned To => dbaz
2008-11-17 22:36psarobesf_bug_id0 => 2307028
2008-11-17 22:36psarobeRegression testing => No
2008-11-17 22:46psarobeStatusnew => scheduled
2008-11-17 22:46psarobefix_in_branch => trunk
2008-11-18 01:12dbazNote Added: 0010355
2008-11-18 01:12dbazAssigned Todbaz => alostale
2008-11-26 11:02alostaleAssigned Toalostale => dbaz
2008-12-16 22:12dbazStatusscheduled => resolved
2008-12-16 22:12dbazsvn_revision => 11281
2008-12-16 22:12dbazResolutionopen => fixed
2008-12-16 22:12dbazNote Added: 0011458
2009-02-18 13:05sureshbabuStatusresolved => closed
2009-02-18 13:05sureshbabuNote Added: 0013641
2009-02-18 13:05sureshbabuFixed in Version => trunk

Notes
(0010355)
dbaz   
2008-11-18 01:12   
onchange events in checkboxes in IE7 are quite bad.

The proposed solution is to change WAD.

Where: <INPUT type="checkbox" checked="" name="inpCreateAccounting" value="-1" onchange="myReadOnlyLogic();return true;"></INPUT>

appears should be changed with

<INPUT type="checkbox" checked="" name="inpCreateAccounting" value="-1" onclick="myReadOnlyLogic();return true;"></INPUT>


With this change the things should go quite better and the function myReadOnlyLogic() is read.

Now a second bug could appear related to which fields becomes disabled or not. It is a "read only logic" definition problem.
(0011458)
dbaz   
2008-12-16 22:12   
Repository: openbravo
Revision: 11281
Author: dbaz
Date: 2008-12-16 22:10:39 +0100 (Tue, 16 Dec 2008)

Fixed bug 0005995 0005996: Now displayLogic runs ok at IE7 in Initial **** setup

---
U trunk/src/org/openbravo/erpCommon/ad_forms/InitialClientSetup.html
U trunk/src/org/openbravo/erpCommon/ad_forms/InitialOrgSetup.html
U trunk/src/org/openbravo/erpCommon/security/Login_F1.html
U trunk/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=11281&sc=1 [^] [^]
(0013641)
sureshbabu   
2009-02-18 13:05   
Retested in context 79.125.56.185/openbravotrunk(IE 7)