Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0005996
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupminoralways2008-11-17 22:362009-02-18 13:05
ReporterpsarobeView Statuspublic 
Assigned Todbaz 
PriorityhighResolutionfixedFixed in Versionpi
StatusclosedFix in branchpiFixed in SCM revision11281
ProjectionnoneETAnoneTarget Version
OSWindowsDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0005996: IE7- Initial organization setup

DescriptionWhen 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 Reproduce1. 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)
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0010355)
dbaz (developer)
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 (developer)
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 (reporter)
2009-02-18 13:05

Retested in context 79.125.56.185/openbravotrunk(IE 7)

- Issue History
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 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
Powered by Mantis Bugtracker