Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019212Openbravo ERPA. Platformpublic2011-11-30 17:402011-12-09 10:19
iperdomo 
mtaal 
urgentmajoralways
closedfixed 
303.1.3-1-ARCH
pi 
3.0MP63.0MP6 
No
Google Chrome, Mozilla Firefox
Core
No
0019212: The suggestion feature in the dropdowns is broken
When the user enter part of a value in a dropdown, the list is shown and filtered by the matching occurrences.

Now you have 2 different behavior in Firefox and Chromium. See attached videos. I'm trying to write "material"

In Firefox:
You type the "m", the focus gets to the list and you cannot keep typing (out.ogv)

In Chromium/Chrome:
You enter the word "material" the list is not opened nor filtered. (out-1.ogv)
* See the attached videos
Regression
related to defect 00191863.0MP6 closed mtaal Dropdown remains open when tabbing out from selection 
? out.ogv (3,967,883) 2011-11-30 17:40
https://issues.openbravo.com/file_download.php?file_id=4807&type=bug
? out-1.ogv (1,653,749) 2011-11-30 17:40
https://issues.openbravo.com/file_download.php?file_id=4808&type=bug
Issue History
2011-11-30 17:40iperdomoNew Issue
2011-11-30 17:40iperdomoAssigned To => mtaal
2011-11-30 17:40iperdomoFile Added: out.ogv
2011-11-30 17:40iperdomoWeb browser => Google Chrome, Mozilla Firefox
2011-11-30 17:40iperdomoModules => Core
2011-11-30 17:40iperdomoOBNetwork customer => No
2011-11-30 17:40iperdomoFile Added: out-1.ogv
2011-12-01 09:38iperdomoRelationship addedrelated to 0019186
2011-12-01 09:38iperdomoTag Attached: Regression
2011-12-01 10:55iperdomoWeb browserGoogle Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox
2011-12-01 10:55iperdomoTarget Version => 3.0MP6
2011-12-02 01:06hgbotCheckin
2011-12-02 01:06hgbotNote Added: 0043676
2011-12-02 02:38hgbotCheckin
2011-12-02 02:38hgbotNote Added: 0043683
2011-12-02 02:38hgbotStatusnew => resolved
2011-12-02 02:38hgbotResolutionopen => fixed
2011-12-02 02:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c71badabc918c39b48c5268780fd4f2179660cf0 [^]
2011-12-02 08:11hudsonbotCheckin
2011-12-02 08:11hudsonbotNote Added: 0043687
2011-12-02 16:14dbazNote Added: 0043699
2011-12-02 16:14dbazStatusresolved => closed
2011-12-02 16:14dbazFixed in Version => 3.0MP6
2011-12-09 10:19hudsonbotCheckin
2011-12-09 10:19hudsonbotNote Added: 0043745

Notes
(0043676)
hgbot   
2011-12-02 01:06   
Repository: erp/devel/pi
Changeset: fb4d253fd47980dc8752f163b5bcd1581331620a
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 01:06:17 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fb4d253fd47980dc8752f163b5bcd1581331620a [^]

Fixes issue 19222: Focus lost when changing the organization in any window
Related to issue 19212: The suggestion feature in the dropdowns is broken
Fixes issue 19211: Tab level does not change until third try
Fixes issue 19186: Dropdown remains open when tabbing out from selection

The code which was there prevented additional focus calls if the form item already
had focus (it seemed), but apparently firefox needs these extra focus calls to
really set the focus correctly.

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0043683)
hgbot   
2011-12-02 02:38   
Repository: erp/devel/pi
Changeset: c71badabc918c39b48c5268780fd4f2179660cf0
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Dec 02 02:37:47 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/c71badabc918c39b48c5268780fd4f2179660cf0 [^]

Fixes issue 19212: The suggestion feature in the dropdowns is broken
The picklist is shown but hidden directly because the field looses focus through a redraw, prevent
hiding of the picklist for a focused field when a form gets redrawn

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-list.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
(0043687)
hudsonbot   
2011-12-02 08:11   
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/bdc6462da2f2 [^]

Maturity status: Test
(0043699)
dbaz   
2011-12-02 16:14   
Reviewed @ changeset 14794 - 65882216c761
(0043745)
hudsonbot   
2011-12-09 10:19   
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/f1a9884d7b83 [^]

Maturity status: Test