Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017323 | Openbravo ERP | B. User interface | public | 2011-05-24 08:38 | 2011-08-01 14:20 |
|
Reporter | jecharri | |
Assigned To | mtaal | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP2 | Fixed in Version | 3.0MP2 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 12066 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017323: When you enter the product, the cursor jumps to the qty but the value in the field is not selected. |
Description | When you are trying to create a new line for purchase order,sales order or sales invoice in form view,after you enter the product, the cursor jumps to the qty but the value in the field is not selected. |
Steps To Reproduce | -As Group Admin.
-Create a header for purchase order,sales order or sales invoice.
-Now create a new line in form veiw.
-Enter a product an push in enter.
-The cursor jump to quantity but the value is not selected, so if you enter a new value, this value is not going to be ok because it will have a "1" number before. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0016730 | 3.0MP3 | closed | mtaal | Clicking a field with values does not select current contents | has duplicate | defect | 0018000 | 3.0MP3 | closed | mtaal | Wrong behaviour of cursor when you push the tabulator |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-24 08:38 | jecharri | New Issue | |
2011-05-24 08:38 | jecharri | Assigned To | => dbaz |
2011-05-24 08:38 | jecharri | Modules | => Core |
2011-05-24 08:38 | jecharri | OBNetwork customer | => No |
2011-05-24 08:39 | jecharri | Relationship added | related to 0016730 |
2011-05-24 15:37 | dmitry_mezentsev | Priority | high => urgent |
2011-07-14 21:14 | dbaz | Assigned To | dbaz => mtaal |
2011-07-18 10:43 | mtaal | Relationship added | has duplicate 0018000 |
2011-07-18 10:56 | xabiermerino | OBNetwork customer | No => Yes |
2011-07-18 10:56 | xabiermerino | Support ticket | => 12066 |
2011-07-18 10:56 | xabiermerino | Resolution time | => 1316642400 |
2011-07-18 10:56 | xabiermerino | Note Added: 0039145 | |
2011-07-18 10:56 | xabiermerino | Issue Monitored: networkb | |
2011-07-18 10:56 | xabiermerino | Issue Monitored: xabiermerino | |
2011-07-19 00:46 | mtaal | Target Version | => 3.0MP2 |
2011-07-21 15:54 | hgbot | Checkin | |
2011-07-21 15:54 | hgbot | Note Added: 0039293 | |
2011-07-21 15:54 | hgbot | Status | new => resolved |
2011-07-21 15:54 | hgbot | Resolution | open => fixed |
2011-07-21 15:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e0b6ed220be4293cb72b8670b13b34948af2ad6a [^] |
2011-07-21 18:18 | hgbot | Checkin | |
2011-07-21 18:18 | hgbot | Note Added: 0039306 | |
2011-07-28 13:26 | jecharri | Note Added: 0039489 | |
2011-07-28 13:26 | jecharri | Status | resolved => closed |
2011-07-28 13:26 | jecharri | Fixed in Version | => 3.0MP2 |
2011-08-01 14:20 | hudsonbot | Checkin | |
2011-08-01 14:20 | hudsonbot | Note Added: 0039649 | |
2011-08-01 14:20 | hudsonbot | Checkin | |
2011-08-01 14:20 | hudsonbot | Note Added: 0039654 | |
Notes |
|
(0039145)
|
xabiermerino
|
2011-07-18 10:56
|
|
This is a bug reported by a partner. This is why we have change the field 'OBNetwork Customer' |
|
|
(0039293)
|
hgbot
|
2011-07-21 15:54
|
|
Repository: erp/devel/pi
Changeset: e0b6ed220be4293cb72b8670b13b34948af2ad6a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Jul 21 15:51:42 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e0b6ed220be4293cb72b8670b13b34948af2ad6a [^]
Fixes issue 17323: When you enter the product, the cursor jumps to the qty but the value in the field is not selected.
Two changes:
- when a next item gets the focus because a value in a picklist is chosen then the complete value gets selected
- when the FIC call is done the selection is stored before the form gets disabled and restored after enabling the form
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
|
|
|
(0039306)
|
hgbot
|
2011-07-21 18:18
|
|
Repository: erp/devel/pi
Changeset: c3aabcc39ede5329b552a597dabeacd334aa4716
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Jul 21 18:17:33 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c3aabcc39ede5329b552a597dabeacd334aa4716 [^]
Related to issue 17323: When you enter the product, the cursor jumps to the qty but the value in the field is not selected.
Now also handles date fields or other compound fields if they are the field to which the focus jumps
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
|
|
|
|
|
|
|
|
|
|
|