Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021676 | Openbravo ERP | A. Platform | public | 2012-09-18 11:08 | 2012-09-26 17:20 |
|
Reporter | jecharri | |
Assigned To | AugustoMauch | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP16 | Fixed in Version | 3.0MP16 | |
Merge Request Status | |
Review Assigned To | dbaz |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 17010 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021676: Different behaviour in grid or form for product selector |
Description | Different behaviour in grid or form for product selector.
|
Steps To Reproduce | -Go to window "Sales Order" and create a header for org. EspaƱa.
-Go to lines and create one in grid:
*select field product and write as fast as you can "cer + \t" --> verify that is not selected a product.
-Now, go to lines and create one in form:
*select field product and write as fast as you can "cer + \t" --> verify that product is selected. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0022801 | 3.0MP20 | closed | AugustoMauch | ID shown when writing the whole name in Product selector |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-09-18 11:08 | jecharri | New Issue | |
2012-09-18 11:08 | jecharri | Assigned To | => AugustoMauch |
2012-09-18 11:08 | jecharri | Web browser | => Google Chrome |
2012-09-18 11:08 | jecharri | Modules | => Core |
2012-09-18 11:08 | jecharri | OBNetwork customer | => Yes |
2012-09-18 11:08 | jecharri | Support ticket | => 17010 |
2012-09-18 11:08 | jecharri | Resolution time | => 1350943200 |
2012-09-21 09:09 | AugustoMauch | Closed by | => dbaz |
2012-09-21 09:09 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2012-09-21 09:12 | AugustoMauch | Note Added: 0052268 | |
2012-09-21 09:13 | AugustoMauch | Issue Monitored: dbaz | |
2012-09-21 09:20 | hgbot | Checkin | |
2012-09-21 09:20 | hgbot | Note Added: 0052269 | |
2012-09-21 09:20 | hgbot | Status | new => resolved |
2012-09-21 09:20 | hgbot | Resolution | open => fixed |
2012-09-21 09:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/38dcd1299a2531db855363f67c1d7cf36993094c [^] |
2012-09-21 17:03 | dbaz | Note Added: 0052297 | |
2012-09-21 17:03 | dbaz | Status | resolved => closed |
2012-09-21 17:03 | dbaz | Fixed in Version | => 3.0MP16 |
2012-09-24 18:49 | dbaz | Issue End Monitor: dbaz | |
2012-09-26 17:20 | hudsonbot | Checkin | |
2012-09-26 17:20 | hudsonbot | Note Added: 0052798 | |
2013-01-15 16:31 | AugustoMauch | Relationship added | related to 0022801 |
Notes |
|
|
This fix should only affect filtering in the grid, when the response of the datasource is received after moving the focus out of the selector.
Test plan:
- Check that the issue is no longer reproducible.
- Check that filtering in the grid works as usual. |
|
|
(0052269)
|
hgbot
|
2012-09-21 09:20
|
|
Repository: erp/devel/pi
Changeset: 38dcd1299a2531db855363f67c1d7cf36993094c
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Sep 21 09:17:06 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/38dcd1299a2531db855363f67c1d7cf36993094c [^]
Fixes issue 21676: Tabbing out right after filtering in the grid now works
The problem was that if the user entered some text in the filter (i.e. 'Ce') and right after and before the datasource response was received he moved to the next field, the entered text was deleted and the datasource filter response was not applied.
This has been fixed by reentering the deleted text when the datasource response is received, only when the conditions of the issue are met:
- The focus is not longer on the selector that was being filtered
- The entered text of the selector is '' (the original text has been deleted)
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
(0052297)
|
dbaz
|
2012-09-21 17:03
|
|
Reviewed @ changeset: 17994 - 4457b10d26e6 |
|
|
|
|