Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0020872 | Openbravo ERP | A. Platform | public | 2012-06-26 13:42 | 2012-09-26 17:18 |
|
Reporter | psarobe | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP15 | |
Merge Request Status | |
Review Assigned To | guilleaer |
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 | 0020872: Bad behaviour when using context menu in child tabs |
Description | Bad behaviour when using contextual menu in child tabs. When you create the header of a sales order, for example, and then you change the price list, for example, so the status of the header is "editing" and you move to lines clicking the right button of the mouse (context menu)the system gets crashed and the header does not get saved, the price list value gets back to the original and the line disappears
see attach |
Steps To Reproduce | 1. Go to sales order window
2. Click new and fill the mandatory fields. Save
3. Change the price list and don't save
4. Move to lines tabby clicking the blank space with the right button of the mouse
5. It gets opened the context menu. Click insert row
6. Notice the header didn't get saved and the status is still "Editing". This is wrong
7. Notice the product cannot be selected. This is wrong |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0021635 | 3.0MP17 | closed | AugustoMauch | Auto save triggered unintentionally |
|
Attached Files | sales_order_editing.JPG (157,480) 2012-06-26 13:42 https://issues.openbravo.com/file_download.php?file_id=5328&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-06-26 13:42 | psarobe | New Issue | |
2012-06-26 13:42 | psarobe | Assigned To | => alostale |
2012-06-26 13:42 | psarobe | Modules | => Core |
2012-06-26 13:42 | psarobe | OBNetwork customer | => No |
2012-06-26 13:42 | psarobe | File Added: sales_order_editing.JPG | |
2012-06-26 13:42 | psarobe | Description Updated | bug_revision_view_page.php?rev_id=3574#r3574 |
2012-06-26 17:33 | alostale | Note Added: 0050103 | |
2012-06-26 17:33 | alostale | Priority | immediate => urgent |
2012-06-26 17:50 | alostale | Target Version | 3.0MP13 => 3.0MP14 |
2012-07-23 15:54 | alostale | Target Version | 3.0MP14 => |
2012-08-09 13:48 | AugustoMauch | Assigned To | alostale => AugustoMauch |
2012-09-07 11:09 | AugustoMauch | Closed by | => guilleaer |
2012-09-07 11:16 | hgbot | Checkin | |
2012-09-07 11:16 | hgbot | Note Added: 0051917 | |
2012-09-07 11:16 | hgbot | Status | new => resolved |
2012-09-07 11:16 | hgbot | Resolution | open => fixed |
2012-09-07 11:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/df2620bbba16e462319c7663d4ef4b4652e48f89 [^] |
2012-09-13 09:59 | AugustoMauch | Relationship added | has duplicate 0021635 |
2012-09-24 20:13 | guilleaer | Note Added: 0052376 | |
2012-09-24 20:13 | guilleaer | Status | resolved => closed |
2012-09-24 20:13 | guilleaer | Fixed in Version | => 3.0MP15 |
2012-09-26 17:18 | hudsonbot | Checkin | |
2012-09-26 17:18 | hudsonbot | Note Added: 0052704 | |
Notes |
|
|
Downgrading priority as it is not a regression: tested in mp6.1 |
|
|
(0051917)
|
hgbot
|
2012-09-07 11:16
|
|
Repository: erp/devel/pi
Changeset: df2620bbba16e462319c7663d4ef4b4652e48f89
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 07 11:11:35 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/df2620bbba16e462319c7663d4ef4b4652e48f89 [^]
Fixes issue 20872: Context menu works even if focus in another tab
The root cause of this issue was that if the user opened the context menu in a view when the focus was in another view, the tab were the action was going to take place was not set as active.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
code reviewed and tested in pi@4c4431d17dbd |
|
|
|
|