Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019212 | Openbravo ERP | A. Platform | public | 2011-11-30 17:40 | 2011-12-09 10:19 |
|
Reporter | iperdomo | |
Assigned To | mtaal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | 3.1.3-1-ARCH |
Product Version | pi | |
Target Version | 3.0MP6 | Fixed in Version | 3.0MP6 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | Google Chrome, Mozilla Firefox |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019212: The suggestion feature in the dropdowns is broken |
Description | 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) |
Steps To Reproduce | * See the attached videos |
Proposed Solution | |
Additional Information | |
Tags | Regression |
Relationships | related to | defect | 0019186 | 3.0MP6 | closed | mtaal | Dropdown remains open when tabbing out from selection |
|
Attached Files | 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 |
Date Modified | Username | Field | Change |
2011-11-30 17:40 | iperdomo | New Issue | |
2011-11-30 17:40 | iperdomo | Assigned To | => mtaal |
2011-11-30 17:40 | iperdomo | File Added: out.ogv | |
2011-11-30 17:40 | iperdomo | Web browser | => Google Chrome, Mozilla Firefox |
2011-11-30 17:40 | iperdomo | Modules | => Core |
2011-11-30 17:40 | iperdomo | OBNetwork customer | => No |
2011-11-30 17:40 | iperdomo | File Added: out-1.ogv | |
2011-12-01 09:38 | iperdomo | Relationship added | related to 0019186 |
2011-12-01 09:38 | iperdomo | Tag Attached: Regression | |
2011-12-01 10:55 | iperdomo | Web browser | Google Chrome, Mozilla Firefox => Google Chrome, Mozilla Firefox |
2011-12-01 10:55 | iperdomo | Target Version | => 3.0MP6 |
2011-12-02 01:06 | hgbot | Checkin | |
2011-12-02 01:06 | hgbot | Note Added: 0043676 | |
2011-12-02 02:38 | hgbot | Checkin | |
2011-12-02 02:38 | hgbot | Note Added: 0043683 | |
2011-12-02 02:38 | hgbot | Status | new => resolved |
2011-12-02 02:38 | hgbot | Resolution | open => fixed |
2011-12-02 02:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c71badabc918c39b48c5268780fd4f2179660cf0 [^] |
2011-12-02 08:11 | hudsonbot | Checkin | |
2011-12-02 08:11 | hudsonbot | Note Added: 0043687 | |
2011-12-02 16:14 | dbaz | Note Added: 0043699 | |
2011-12-02 16:14 | dbaz | Status | resolved => closed |
2011-12-02 16:14 | dbaz | Fixed in Version | => 3.0MP6 |
2011-12-09 10:19 | hudsonbot | Checkin | |
2011-12-09 10:19 | hudsonbot | Note 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
---
|
|
|
|
|
|
(0043699)
|
dbaz
|
2011-12-02 16:14
|
|
Reviewed @ changeset 14794 - 65882216c761 |
|
|
|
|