Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0005996 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | minor | always | 2008-11-17 22:36 | 2009-02-18 13:05 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | high | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 11281 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Windows | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0005996: IE7- Initial organization setup | |||||||
Description | 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 | |||||||
Steps To Reproduce | 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) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0010355) dbaz (viewer) 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 (viewer) 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 (viewer) 2009-02-18 13:05 |
Retested in context 79.125.56.185/openbravotrunk(IE 7) |
![]() |
|||
Date Modified | Username | Field | Change |
2008-11-17 22:36 | psarobe | New Issue | |
2008-11-17 22:36 | psarobe | Assigned To | => dbaz |
2008-11-17 22:36 | psarobe | sf_bug_id | 0 => 2307028 |
2008-11-17 22:36 | psarobe | OBNetwork customer | => No |
2008-11-17 22:36 | psarobe | Regression testing | => No |
2008-11-17 22:46 | psarobe | Status | new => scheduled |
2008-11-17 22:46 | psarobe | fix_in_branch | => trunk |
2008-11-18 01:12 | dbaz | Note Added: 0010355 | |
2008-11-18 01:12 | dbaz | Assigned To | dbaz => alostale |
2008-11-26 11:02 | alostale | Assigned To | alostale => dbaz |
2008-12-16 22:12 | dbaz | Status | scheduled => resolved |
2008-12-16 22:12 | dbaz | svn_revision | => 11281 |
2008-12-16 22:12 | dbaz | Resolution | open => fixed |
2008-12-16 22:12 | dbaz | Note Added: 0011458 | |
2009-02-18 13:05 | sureshbabu | Status | resolved => closed |
2009-02-18 13:05 | sureshbabu | Note Added: 0013641 | |
2009-02-18 13:05 | sureshbabu | Fixed in Version | => trunk |
Copyright © 2000 - 2009 MantisBT Group |