Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002803 | Openbravo ERP | B. User interface | public | 2008-04-03 13:35 | 2008-09-04 23:55 |
|
Reporter | cromero | |
Assigned To | dbaz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.40 | Fixed in Version | 2.40 | |
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 | 0002803: QA-KBS Browser crashes when not available fields to select |
Description | Tested in the Openbravo Trunk:
When a window has not fields available to be selected, browser come in a loop and you have to kill it.
The problem is in the setWindowElementFocus() function.
I have tested in the AttributeSetInstance selector with Lot Control, that makes all the fields readonly. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0004256 | | closed | dbaz | Javascript too much recursion in about form |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-06-13 19:06 | cromero | Priority | normal => high |
2008-06-13 19:06 | cromero | Severity | minor => major |
2008-06-13 19:06 | cromero | Status | new => scheduled |
2008-06-13 19:06 | cromero | Description Updated | |
2008-06-13 19:58 | cromero | Target Version | => 2.40 |
2008-06-15 00:49 | dbaz | Note Added: 0007715 | |
2008-06-15 00:49 | dbaz | Status | scheduled => feedback |
2008-06-17 13:46 | psarobe | Note Added: 0007795 | |
2008-06-17 13:46 | psarobe | Status | feedback => scheduled |
2008-06-20 12:43 | gorka_gil | Note Added: 0007908 | |
2008-06-20 12:43 | gorka_gil | Status | scheduled => feedback |
2008-06-20 12:51 | cromero | Fixed in Version | 2.40alpha-r2 => |
2008-06-23 12:14 | psarobe | Note Added: 0007949 | |
2008-06-23 12:15 | psarobe | Status | feedback => scheduled |
2008-06-23 12:16 | psarobe | Status | scheduled => resolved |
2008-06-23 12:16 | psarobe | svn_revision | => 5231 |
2008-06-23 12:16 | psarobe | Resolution | open => fixed |
2008-07-02 09:43 | cromero | Status | resolved => new |
2008-07-02 09:43 | cromero | Resolution | fixed => open |
2008-07-02 09:43 | cromero | Note Added: 0008120 | |
2008-07-02 09:43 | cromero | Status | new => scheduled |
2008-07-02 09:43 | cromero | fix_in_branch | => trunk |
2008-07-02 09:44 | cromero | Relationship added | related to 0004256 |
2008-07-02 15:48 | dbaz | Status | scheduled => resolved |
2008-07-02 15:48 | dbaz | Resolution | open => fixed |
2008-07-02 15:48 | dbaz | Note Added: 0008127 | |
2008-09-04 23:55 | psarobe | Regression testing | => No |
2008-09-04 23:55 | psarobe | Status | resolved => closed |
2008-09-04 23:55 | psarobe | Fixed in Version | => 2.40 |
Notes |
|
(0006392)
|
user71
|
2005-06-01 00:00
(edited on: 2008-06-12 09:43) |
|
|
|
(0003428)
|
dbaz
|
2008-04-08 11:18
(edited on: 2008-06-12 09:25) |
|
Logged In: YES
user_id=1500873
Originator: NO
Fixed in commit 3333 in keyshortcuts branch
Description: Avoid initial frame lock when there is not any focusable element
File(s) changes:
* web/js/windowKeyboard.js |
|
|
(0003429)
|
psarobe
|
2008-06-09 14:12
(edited on: 2008-06-12 09:25) |
|
Logged In: YES
user_id=1500703
Originator: NO
I can still reproduce following the steps that Carlos has reported. Notice is a bug with priority 8 |
|
|
(0007715)
|
dbaz
|
2008-06-15 00:49
|
|
Please detail the exact breadcrum and steps that you do to reproduce the error |
|
|
|
Steps for creating a lot control attribute
==========================================
1. Go to master data management->Product setup->Lot number sequence
2. Click new and fill the mandatory fields
3. Go to attribute set. Click new ad fill the mandatory fields
4. Mark lot and select the lot control
Steps to reproduce the bug
===========================
1. Go to product
2. Select a product and the attribute set
3. Click the attribute set value icon
Notice the pop-up remains blank and the application gets blocked |
|
|
|
In revision 5231 of the trunk, the example of lot control attribute works correctly.
Does the problem occur in any other window? |
|
|
|
|
|
|
|
|
(0008127)
|
dbaz
|
2008-07-02 15:48
|
|
Repository: openbravo
Revision: 5555
Author: dbaz
Date: 2008-07-02 15:47:15 +0200 (Wed, 02 Jul 2008)
Fixed bug 0004256 Now the about window doesn't show 'too much recursion' javascript error
---
U trunk/web/js/windowKeyboard.js
---
https://dev.openbravo.com/websvn/openbravo/?rev=5555&sc=1 [^] [^] |
|