Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025889 | Openbravo ERP | A. Platform | public | 2014-03-04 08:58 | 2014-03-18 01:15 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | 2014-02-26 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0025889: Change detected when opening Linked Items section |
Description | When opening Linked Items a change is detected. |
Steps To Reproduce | 1. Open Business Partner in form and focus cursor in Search Key field
2. Open Linked Items Section
3. Notice the BP is detected as modified |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0025574 | | closed | dbaz | Upgrade SmartClient 10.0d | related to | defect | 0025865 | 3.0PR14Q2 | closed | dbaz | Unable to scroll to notes in form view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-04 08:58 | alostale | New Issue | |
2014-03-04 08:58 | alostale | Assigned To | => alostale |
2014-03-04 08:58 | alostale | Modules | => Core |
2014-03-04 08:58 | alostale | Triggers an Emergency Pack | => No |
2014-03-04 08:59 | alostale | Relationship added | related to 0025574 |
2014-03-04 09:00 | alostale | Regression date | => 2014-02-26 |
2014-03-04 09:00 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
2014-03-04 09:00 | alostale | Review Assigned To | => dbaz |
2014-03-04 09:35 | alostale | Note Added: 0064782 | |
2014-03-04 12:48 | alostale | Note Added: 0064793 | |
2014-03-04 13:45 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5525#r5525 |
2014-03-04 13:46 | alostale | Note Added: 0064796 | |
2014-03-04 13:51 | hgbot | Checkin | |
2014-03-04 13:51 | hgbot | Note Added: 0064797 | |
2014-03-04 13:51 | hgbot | Status | new => resolved |
2014-03-04 13:51 | hgbot | Resolution | open => fixed |
2014-03-04 13:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e878aac6159c583e3b34d9632b080d0de7f0a7f5 [^] |
2014-03-05 13:06 | alostale | Relationship added | related to 0025865 |
2014-03-05 16:09 | hudsonbot | Checkin | |
2014-03-05 16:09 | hudsonbot | Note Added: 0064846 | |
2014-03-18 01:15 | dbaz | Note Added: 0065246 | |
2014-03-18 01:15 | dbaz | Status | resolved => closed |
2014-03-18 01:15 | dbaz | Fixed in Version | => PR14Q2 |
Notes |
|
|
The problem is a real change is done: the field where the cursor is in is nullified.
If cursor was in Search Key field before opening the group, its value is removed and change is noticed.
If cursor was in an already empty field, it is kept as empty and no change is detected. |
|
|
|
The same happens when expanding Notes section.
This doesn't happen when expanding any other section |
|
|
|
Previous to SC upgrade expanding a section set the focus in the section, after the upgrade it does not. This causes to finally reset the focused field to null. |
|
|
(0064797)
|
hgbot
|
2014-03-04 13:51
|
|
Repository: erp/devel/pi
Changeset: e878aac6159c583e3b34d9632b080d0de7f0a7f5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 04 13:50:41 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e878aac6159c583e3b34d9632b080d0de7f0a7f5 [^]
fixed bug 25889: focus field changed when opening Linked Items/Notes sections
The focus was not set to the section causing the focused field to be reset
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-section.js
---
|
|
|
|
|
|
(0065246)
|
dbaz
|
2014-03-18 01:15
|
|
Reviewed @ changeset: 22716 - c6e6898cf69a |
|