Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006021 | Openbravo ERP | B. User interface | public | 2008-11-18 14:38 | 2009-03-03 07:16 |
|
Reporter | iperdomo | |
Assigned To | dbaz | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.25-gentoo-r9 |
Product Version | pi | |
Target Version | pi | Fixed in Version | pi | |
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 | 0006021: JavaScript error when trying to access undefined variables |
Description | An JavaScript error is shown because some functions try to access undefined variables/objects |
Steps To Reproduce | * With Firebug enabled browser:
* Login into application
* Go to Purchase Order
* Check the Firebug console |
Proposed Solution | * Use the typeof function
e.g.
if(typeof(document.frmMain) != 'undefined') {
do something
} |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | frmMain.png (19,268) 2008-11-18 14:38 https://issues.openbravo.com/file_download.php?file_id=431&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2008-11-18 14:38 | iperdomo | New Issue | |
2008-11-18 14:38 | iperdomo | Assigned To | => dbaz |
2008-11-18 14:38 | iperdomo | sf_bug_id | 0 => 2309025 |
2008-11-18 14:38 | iperdomo | File Added: frmMain.png | |
2008-11-18 14:38 | iperdomo | OBNetwork customer | => No |
2008-11-18 14:38 | iperdomo | Regression testing | => No |
2008-11-24 11:31 | rafaroda | Status | new => scheduled |
2008-11-24 11:31 | rafaroda | fix_in_branch | => trunk |
2008-12-03 01:14 | dbaz | Note Added: 0010923 | |
2008-12-03 01:14 | dbaz | Status | scheduled => feedback |
2008-12-05 09:45 | iperdomo | Status | feedback => closed |
2008-12-05 09:45 | iperdomo | Note Added: 0010990 | |
2008-12-05 09:45 | iperdomo | Resolution | open => unable to reproduce |
2008-12-31 11:03 | Hennadzi | Note Added: 0011782 | |
2008-12-31 11:03 | Hennadzi | Status | closed => new |
2008-12-31 11:03 | Hennadzi | Resolution | unable to reproduce => open |
2009-01-02 20:59 | svnbot | Checkin | |
2009-01-02 20:59 | svnbot | Note Added: 0011883 | |
2009-01-02 20:59 | svnbot | Status | new => resolved |
2009-01-02 20:59 | svnbot | Resolution | open => fixed |
2009-01-02 20:59 | svnbot | svn_revision | => 11640 |
2009-03-03 07:16 | sureshbabu | Status | resolved => closed |
2009-03-03 07:16 | sureshbabu | Note Added: 0014257 | |
2009-03-03 07:16 | sureshbabu | Fixed in Version | => trunk |
Notes |
|
(0010923)
|
dbaz
|
2008-12-03 01:14
|
|
is still failing?
in Windows Firefox 3.0.4 (with Firebug 1.2.1)
If you still are viewing the error please detail the steps if you do something more than just go to this window
If you are nor viewing the error anymore, please close the bug.
Thanks in advance
David. |
|
|
|
The issue is not reproducible in trunk |
|
|
|
In OpenSuse Firefox 3.0.4 (with Firebug 1.2.1)
Steps To Reproduce
Warehouse Management -> Analysis Tools -> Stock Report
click add button and try to select one product |
|
|
(0011883)
|
svnbot
|
2009-01-02 20:59
|
|
Repository: openbravo
Revision: 11640
Author: dbaz
Date: 2009-01-02 20:59:49 +0100 (Fri, 02 Jan 2009)
Fixed bug 0006021: Now there is no conflict with function checkAttachmentIconRelation and selectors
---
U trunk/web/js/appStatus.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=11640&sc=1 [^]
|
|
|
|
|