Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021676Openbravo ERPA. Platformpublic2012-09-18 11:082012-09-26 17:20
jecharri 
AugustoMauch 
highmajoralways
closedfixed 
5
pi 
3.0MP163.0MP16 
dbaz
Google Chrome
Core
No
0021676: Different behaviour in grid or form for product selector
Different behaviour in grid or form for product selector.
-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.
No tags attached.
related to defect 00228013.0MP20 closed AugustoMauch ID shown when writing the whole name in Product selector 
Issue History
2012-09-18 11:08jecharriNew Issue
2012-09-18 11:08jecharriAssigned To => AugustoMauch
2012-09-18 11:08jecharriWeb browser => Google Chrome
2012-09-18 11:08jecharriModules => Core
2012-09-18 11:08jecharriResolution time => 1350943200
2012-09-21 09:09AugustoMauchClosed by => dbaz
2012-09-21 09:09AugustoMauchWeb browserGoogle Chrome => Google Chrome
2012-09-21 09:12AugustoMauchNote Added: 0052268
2012-09-21 09:13AugustoMauchIssue Monitored: dbaz
2012-09-21 09:20hgbotCheckin
2012-09-21 09:20hgbotNote Added: 0052269
2012-09-21 09:20hgbotStatusnew => resolved
2012-09-21 09:20hgbotResolutionopen => fixed
2012-09-21 09:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/38dcd1299a2531db855363f67c1d7cf36993094c [^]
2012-09-21 17:03dbazNote Added: 0052297
2012-09-21 17:03dbazStatusresolved => closed
2012-09-21 17:03dbazFixed in Version => 3.0MP16
2012-09-24 18:49dbazIssue End Monitor: dbaz
2012-09-26 17:20hudsonbotCheckin
2012-09-26 17:20hudsonbotNote Added: 0052798
2013-01-15 16:31AugustoMauchRelationship addedrelated to 0022801

Notes
(0052268)
AugustoMauch   
2012-09-21 09:12   
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
(0052798)
hudsonbot   
2012-09-26 17:20   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b780e90c6452 [^]

Maturity status: Test